Html Css Color HEX #B010D6 Dark Violet

📋 copy color: '#B010D6'

red 176 ◦ green 16 ◦ blue 214

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

Shades of Dark Violet #B010D6

Tints of Dark Violet #B010D6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.94%

 BLUE value IS 214 (83.98% from 255) = 52.71%

R = 43.35%
G = 3.94%
B = 52.71%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B010D6 (or 0xB010D6) is known color: Dark Violet. HEX triplet: B0, 10 and D6. RGB value is (176,16,214). Sum of RGB (Red+Green+Blue) = 176+16+214=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #B010D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D6 is #4FEF29. Grayscale: #555555. Windows color (decimal): -5238570 or 14028976. OLE color: 14028976.

HSL color Cylindrical-coordinate representation of color #B010D6: hue angle of 288.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010D6 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 16 214 -
CMYK 0.18 0.93 0 0.16
HSL 288.48º 0.86% 0.45% -
HSV(B) 288.48º 0.93% 0.84% -
XYZ 30.23 14.46 64.82 -
YUV 86.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 176 16 214 0.18 0.93 0 0.16 288.48 0.86 0.45
Hex B0 10 D6 12 5D 0 10 120 56 2D
Octal 260 20 326 22 135 0 20 440 126 55
Binary 10110000 10000 11010110 10010 1011101 0 10000 100100000 1010110 101101

Color Harmonies of #B010D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010D6

Black with #B010D6

Text Example


Text Example

White with #B010D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010D6; }

 p { color: rgb(176,16,214); }

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

background-color css

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

 a { background-color: rgb(176,16,214); }

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

border-color css

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

 span { border-color: rgb(176,16,214); }

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