#B00CD4

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

Shades of Dark Violet #B00CD4

Tints of Dark Violet #B00CD4

Color information

#B00CD4 (or 0xB00CD4) is unknown color: approx Dark Violet. HEX triplet: B0, 0C and D4. RGB value is (176,12,212). Sum of RGB (Red+Green+Blue) = 176+12+212=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 212 (83.20% from 255 or 53% from 400); Max value from RGB is 212 - color contains mainly: blue. Hex color #B00CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00CD4 is #4FF32B. Grayscale: #535353. Windows color (decimal): -5239596 or 13896880. OLE color: 13896880.

HSL color Cylindrical-coordinate representation of color #B00CD4: hue angle of 289.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00CD4 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17612212-
CMYK0.170.9400.17
HSL289.2º89.29%43.92%-
HSV(B)289.2º94.34%83.14%-
XYZ29.9214.2563.46-
YUV83.84200.33193.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 12 (5.08% from 255) = 3%
BLUE value IS 212 (83.20% from 255) = 53%
R=44%
G=3%
B=53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176122120.170.9400.17289.289.2943.92
HexB0CD4115E011121592c
Octal260143242113602144113154
Binary101100001100110101001000110111100100011001000011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00CD4; }

 p { color: rgb(176,12,212); }

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

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

 a { background-color: rgb(176,12,212); }

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

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

 span { border-color: rgb(176,12,212); }

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