Html Css Color HEX #B012DE Dark Violet

📋 copy color: '#B012DE'

red 176 ◦ green 18 ◦ blue 222

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

Shades of Dark Violet #B012DE

Tints of Dark Violet #B012DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 42.31%
G = 4.33%
B = 53.37%

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

#B012DE (or 0xB012DE) is known color: Dark Violet. HEX triplet: B0, 12 and DE. RGB value is (176,18,222). Sum of RGB (Red+Green+Blue) = 176+18+222=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #B012DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DE is #4FED21. Grayscale: #575757. Windows color (decimal): -5238050 or 14553776. OLE color: 14553776.

HSL color Cylindrical-coordinate representation of color #B012DE: hue angle of 286.47º 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 #B012DE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 18 222 -
CMYK 0.21 0.92 0 0.13
HSL 286.47º 0.85% 0.47% -
HSV(B) 286.47º 0.92% 0.87% -
XYZ 31.31 14.94 70.34 -
YUV 88.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 176 18 222 0.21 0.92 0 0.13 286.47 0.85 0.47
Hex B0 12 DE 15 5C 0 D 11E 55 2F
Octal 260 22 336 25 134 0 15 436 125 57
Binary 10110000 10010 11011110 10101 1011100 0 1101 100011110 1010101 101111

Color Harmonies of #B012DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012DE

Black with #B012DE

Text Example


Text Example

White with #B012DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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