Html Css Color HEX #B012DF Dark Violet

📋 copy color: '#B012DF'

red 176 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #B012DF

Tints of Dark Violet #B012DF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.32%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 42.21%
G = 4.32%
B = 53.48%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B012DF (or 0xB012DF) is known color: Dark Violet. HEX triplet: B0, 12 and DF. RGB value is (176,18,223). Sum of RGB (Red+Green+Blue) = 176+18+223=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #B012DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DF is #4FED20. Grayscale: #575757. Windows color (decimal): -5238049 or 14619312. OLE color: 14619312.

HSL color Cylindrical-coordinate representation of color #B012DF: hue angle of 286.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012DF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 18 223 -
CMYK 0.21 0.92 0 0.13
HSL 286.24º 0.85% 0.47% -
HSV(B) 286.24º 0.92% 0.87% -
XYZ 31.44 14.99 71.05 -
YUV 88.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 176 18 223 0.21 0.92 0 0.13 286.24 0.85 0.47
Hex B0 12 DF 15 5C 0 D 11E 55 2F
Octal 260 22 337 25 134 0 15 436 125 57
Binary 10110000 10010 11011111 10101 1011100 0 1101 100011110 1010101 101111

Color Harmonies of #B012DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012DF

Black with #B012DF

Text Example


Text Example

White with #B012DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012DF; }

 p { color: rgb(176,18,223); }

 H1.HeaderClassName
 {
   color: #B012DF;
 }
 .AnyTagClassName
 {
   color: #B012DF;
 }
</style>

background-color css

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

 a { background-color: rgb(176,18,223); }

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

border-color css

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

 span { border-color: rgb(176,18,223); }

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