#B63388

Color #B63388 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B63388

Tints of Medium Red Violet #B63388

Color information

#B63388 (or 0xB63388) is unknown color: approx Medium Red Violet. HEX triplet: B6, 33 and 88. RGB value is (182,51,136). Sum of RGB (Red+Green+Blue) = 182+51+136=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B63388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63388 is #49CC77. Grayscale: #636363. Windows color (decimal): -4836472 or 8926134. OLE color: 8926134.

HSL color Cylindrical-coordinate representation of color #B63388: hue angle of 321.07º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63388 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18251136-
CMYK00.720.250.29
HSL321.07º56.22%45.69%-
HSV(B)321.07º71.98%71.37%-
XYZ24.9214.0924.7-
YUV99.86148.4186.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=49.32%
G=13.82%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825113600.720.250.29321.0756.2245.69
HexB63388048191D141382e
Octal26663210011031355017056
Binary1011011011001110001000010010001100111101101000001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63388; }

 p { color: rgb(182,51,136); }

 H1.HeaderClassName
 {
   color: #B63388;
 }
 .AnyTagClassName
 {
   color: #B63388;
 }
</style>
background-color css

<style>
 a { background-color: #B63388; }

 a { background-color: rgb(182,51,136); }

 div.DivClassName
 {
   background-color: #B63388;
 }
 .BgClassName
 {
   background-color: #B63388;
 }
</style>
border-color css

<style>
 span { border-color: #B63388; }

 span { border-color: rgb(182,51,136); }

 td.TdClassName
 {
   border-color: #B63388;
 }
 .TagClassName
 {
   border-color: #B63388;
 }
</style>