Html Css Color HEX #B010D8 Dark Violet

📋 copy color: '#B010D8'

red 176 ◦ green 16 ◦ blue 216

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

Shades of Dark Violet #B010D8

Tints of Dark Violet #B010D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.94%

R = 43.14%
G = 3.92%
B = 52.94%

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

#B010D8 (or 0xB010D8) is known color: Dark Violet. HEX triplet: B0, 10 and D8. RGB value is (176,16,216). Sum of RGB (Red+Green+Blue) = 176+16+216=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #B010D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D8 is #4FEF27. Grayscale: #565656. Windows color (decimal): -5238568 or 14160048. OLE color: 14160048.

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

Color convert

RGB 176 16 216 -
CMYK 0.19 0.93 0 0.15
HSL 288º 0.86% 0.45% -
HSV(B) 288º 0.93% 0.85% -
XYZ 30.48 14.56 66.17 -
YUV 86.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 176 16 216 0.19 0.93 0 0.15 288 0.86 0.45
Hex B0 10 D8 13 5D 0 F 120 56 2D
Octal 260 20 330 23 135 0 17 440 126 55
Binary 10110000 10000 11011000 10011 1011101 0 1111 100100000 1010110 101101

Color Harmonies of #B010D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010D8

Black with #B010D8

Text Example


Text Example

White with #B010D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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