Html Css Color HEX #B016D1 Dark Violet

📋 copy color: '#B016D1'

red 176 ◦ green 22 ◦ blue 209

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

Shades of Dark Violet #B016D1

Tints of Dark Violet #B016D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 43.24%
G = 5.41%
B = 51.35%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B016D1 (or 0xB016D1) is known color: Dark Violet. HEX triplet: B0, 16 and D1. RGB value is (176,22,209). Sum of RGB (Red+Green+Blue) = 176+22+209=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #B016D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016D1 is #4FE92E. Grayscale: #585858. Windows color (decimal): -5237039 or 13702832. OLE color: 13702832.

HSL color Cylindrical-coordinate representation of color #B016D1: hue angle of 289.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B016D1 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 22 209 -
CMYK 0.16 0.89 0 0.18
HSL 289.41º 0.81% 0.45% -
HSV(B) 289.41º 0.89% 0.82% -
XYZ 29.7 14.41 61.54 -
YUV 89.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 176 22 209 0.16 0.89 0 0.18 289.41 0.81 0.45
Hex B0 16 D1 10 59 0 12 121 51 2D
Octal 260 26 321 20 131 0 22 441 121 55
Binary 10110000 10110 11010001 10000 1011001 0 10010 100100001 1010001 101101

Color Harmonies of #B016D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016D1

Black with #B016D1

Text Example


Text Example

White with #B016D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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