Html Css Color HEX #B012DC Dark Violet

📋 copy color: '#B012DC'

red 176 ◦ green 18 ◦ blue 220

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

Shades of Dark Violet #B012DC

Tints of Dark Violet #B012DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 42.51%
G = 4.35%
B = 53.14%

CMYK

 C value IS 0.2

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B012DC (or 0xB012DC) is known color: Dark Violet. HEX triplet: B0, 12 and DC. RGB value is (176,18,220). Sum of RGB (Red+Green+Blue) = 176+18+220=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #B012DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B012DC is #4FED23. Grayscale: #575757. Windows color (decimal): -5238052 or 14422704. OLE color: 14422704.

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

Color convert

RGB 176 18 220 -
CMYK 0.2 0.92 0 0.14
HSL 286.93º 0.85% 0.47% -
HSV(B) 286.93º 0.92% 0.86% -
XYZ 31.04 14.83 68.94 -
YUV 88.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 176 18 220 0.2 0.92 0 0.14 286.93 0.85 0.47
Hex B0 12 DC 14 5C 0 E 11F 55 2F
Octal 260 22 334 24 134 0 16 437 125 57
Binary 10110000 10010 11011100 10100 1011100 0 1110 100011111 1010101 101111

Color Harmonies of #B012DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012DC

Black with #B012DC

Text Example


Text Example

White with #B012DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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