Html Css Color HEX #B00CD4 Dark Violet

📋 copy color: '#B00CD4'

red 176 ◦ green 12 ◦ blue 212

#B00CD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #B00CD4

Tints of Dark Violet #B00CD4

RGB

 RED value IS 176 (69.14% from 255) = 44%

 GREEN value IS 12 (5.08% from 255) = 3%

 BLUE value IS 212 (83.2% from 255) = 53%

R = 44%
G = 3%
B = 53%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B00CD4 (or 0xB00CD4) is known color: 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

RGB 176 12 212 -
CMYK 0.17 0.94 0 0.17
HSL 289.2º 0.89% 0.44% -
HSV(B) 289.2º 0.94% 0.83% -
XYZ 29.92 14.25 63.46 -
YUV 83.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 176 12 212 0.17 0.94 0 0.17 289.2 0.89 0.44
Hex B0 C D4 11 5E 0 11 121 59 2C
Octal 260 14 324 21 136 0 21 441 131 54
Binary 10110000 1100 11010100 10001 1011110 0 10001 100100001 1011001 101100

Color Harmonies of #B00CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CD4

Black with #B00CD4

Text Example


Text Example

White with #B00CD4

Text Example


Text Example

HTML Codes & Css Web 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>