Html Css Color HEX #B012D9 Dark Violet

📋 copy color: '#B012D9'

red 176 ◦ green 18 ◦ blue 217

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

Shades of Dark Violet #B012D9

Tints of Dark Violet #B012D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 52.8%

R = 42.82%
G = 4.38%
B = 52.8%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B012D9 (or 0xB012D9) is known color: Dark Violet. HEX triplet: B0, 12 and D9. RGB value is (176,18,217). Sum of RGB (Red+Green+Blue) = 176+18+217=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 217 (85.16% from 255 or 52.80% from 411); Max value from RGB is 217 - color contains mainly: blue. Hex color #B012D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012D9 is #4FED26. Grayscale: #575757. Windows color (decimal): -5238055 or 14226096. OLE color: 14226096.

HSL color Cylindrical-coordinate representation of color #B012D9: hue angle of 287.64º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012D9 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 18 217 -
CMYK 0.19 0.92 0 0.15
HSL 287.64º 0.85% 0.46% -
HSV(B) 287.64º 0.92% 0.85% -
XYZ 30.65 14.67 66.86 -
YUV 87.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 176 18 217 0.19 0.92 0 0.15 287.64 0.85 0.46
Hex B0 12 D9 13 5C 0 F 120 55 2E
Octal 260 22 331 23 134 0 17 440 125 56
Binary 10110000 10010 11011001 10011 1011100 0 1111 100100000 1010101 101110

Color Harmonies of #B012D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012D9

Black with #B012D9

Text Example


Text Example

White with #B012D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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