Html Css Color HEX #B010DB Dark Violet

📋 copy color: '#B010DB'

red 176 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #B010DB

Tints of Dark Violet #B010DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 42.82%
G = 3.89%
B = 53.28%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B010DB (or 0xB010DB) is known color: Dark Violet. HEX triplet: B0, 10 and DB. RGB value is (176,16,219). Sum of RGB (Red+Green+Blue) = 176+16+219=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #B010DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010DB is #4FEF24. Grayscale: #565656. Windows color (decimal): -5238565 or 14356656. OLE color: 14356656.

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

Color convert

RGB 176 16 219 -
CMYK 0.20 0.93 0 0.14
HSL 287.29º 0.86% 0.46% -
HSV(B) 287.29º 0.93% 0.86% -
XYZ 30.88 14.72 68.23 -
YUV 86.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 176 16 219 0.20 0.93 0 0.14 287.29 0.86 0.46
Hex B0 10 DB 14 5D 0 E 11F 56 2E
Octal 260 20 333 24 135 0 16 437 126 56
Binary 10110000 10000 11011011 10100 1011101 0 1110 100011111 1010110 101110

Color Harmonies of #B010DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010DB

Black with #B010DB

Text Example


Text Example

White with #B010DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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