Html Css Color HEX #B016DB Dark Violet

📋 copy color: '#B016DB'

red 176 ◦ green 22 ◦ blue 219

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

Shades of Dark Violet #B016DB

Tints of Dark Violet #B016DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.28%

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

R = 42.21%
G = 5.28%
B = 52.52%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B016DB (or 0xB016DB) is known color: Dark Violet. HEX triplet: B0, 16 and DB. RGB value is (176,22,219). Sum of RGB (Red+Green+Blue) = 176+22+219=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B016DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016DB is #4FE924. Grayscale: #595959. Windows color (decimal): -5237029 or 14358192. OLE color: 14358192.

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

Color convert

RGB 176 22 219 -
CMYK 0.20 0.90 0 0.14
HSL 286.9º 0.82% 0.47% -
HSV(B) 286.9º 0.9% 0.86% -
XYZ 30.98 14.92 68.26 -
YUV 90.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 176 22 219 0.20 0.90 0 0.14 286.9 0.82 0.47
Hex B0 16 DB 14 5A 0 E 11F 52 2F
Octal 260 26 333 24 132 0 16 437 122 57
Binary 10110000 10110 11011011 10100 1011010 0 1110 100011111 1010010 101111

Color Harmonies of #B016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016DB

Black with #B016DB

Text Example


Text Example

White with #B016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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