Html Css Color HEX #B016DC Dark Violet

📋 copy color: '#B016DC'

red 176 ◦ green 22 ◦ blue 220

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

Shades of Dark Violet #B016DC

Tints of Dark Violet #B016DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 42.11%
G = 5.26%
B = 52.63%

CMYK

 C value IS 0.2

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B016DC (or 0xB016DC) is known color: Dark Violet. HEX triplet: B0, 16 and DC. RGB value is (176,22,220). Sum of RGB (Red+Green+Blue) = 176+22+220=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B016DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016DC is #4FE923. Grayscale: #595959. Windows color (decimal): -5237028 or 14423728. OLE color: 14423728.

HSL color Cylindrical-coordinate representation of color #B016DC: hue angle of 286.67º 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 #B016DC is Cyan = 0.2, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 22 220 -
CMYK 0.2 0.9 0 0.14
HSL 286.67º 0.82% 0.47% -
HSV(B) 286.67º 0.9% 0.86% -
XYZ 31.11 14.97 68.96 -
YUV 90.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 176 22 220 0.2 0.9 0 0.14 286.67 0.82 0.47
Hex B0 16 DC 14 5A 0 E 11F 52 2F
Octal 260 26 334 24 132 0 16 437 122 57
Binary 10110000 10110 11011100 10100 1011010 0 1110 100011111 1010010 101111

Color Harmonies of #B016DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016DC

Black with #B016DC

Text Example


Text Example

White with #B016DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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