Html Css Color HEX #B010D9 Dark Violet

📋 copy color: '#B010D9'

red 176 ◦ green 16 ◦ blue 217

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

Shades of Dark Violet #B010D9

Tints of Dark Violet #B010D9

RGB

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

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

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

R = 43.03%
G = 3.91%
B = 53.06%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B010D9 (or 0xB010D9) is known color: Dark Violet. HEX triplet: B0, 10 and D9. RGB value is (176,16,217). Sum of RGB (Red+Green+Blue) = 176+16+217=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #B010D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D9 is #4FEF26. Grayscale: #565656. Windows color (decimal): -5238567 or 14225584. OLE color: 14225584.

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

Color convert

RGB 176 16 217 -
CMYK 0.19 0.93 0 0.15
HSL 287.76º 0.86% 0.46% -
HSV(B) 287.76º 0.93% 0.85% -
XYZ 30.61 14.61 66.85 -
YUV 86.75 201.51 191.66 -
System Red Green Blue C M Y K H S L
Decimal 176 16 217 0.19 0.93 0 0.15 287.76 0.86 0.46
Hex B0 10 D9 13 5D 0 F 120 56 2E
Octal 260 20 331 23 135 0 17 440 126 56
Binary 10110000 10000 11011001 10011 1011101 0 1111 100100000 1010110 101110

Color Harmonies of #B010D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010D9

Black with #B010D9

Text Example


Text Example

White with #B010D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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