Html Css Color HEX #B016DD Dark Violet

📋 copy color: '#B016DD'

red 176 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #B016DD

Tints of Dark Violet #B016DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 42%
G = 5.25%
B = 52.74%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B016DD (or 0xB016DD) is known color: Dark Violet. HEX triplet: B0, 16 and DD. RGB value is (176,22,221). Sum of RGB (Red+Green+Blue) = 176+22+221=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #B016DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016DD is #4FE922. Grayscale: #5A5A5A. Windows color (decimal): -5237027 or 14489264. OLE color: 14489264.

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

Color convert

RGB 176 22 221 -
CMYK 0.20 0.90 0 0.13
HSL 286.43º 0.82% 0.48% -
HSV(B) 286.43º 0.9% 0.87% -
XYZ 31.24 15.02 69.66 -
YUV 90.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 176 22 221 0.20 0.90 0 0.13 286.43 0.82 0.48
Hex B0 16 DD 14 5A 0 D 11E 52 30
Octal 260 26 335 24 132 0 15 436 122 60
Binary 10110000 10110 11011101 10100 1011010 0 1101 100011110 1010010 110000

Color Harmonies of #B016DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016DD

Black with #B016DD

Text Example


Text Example

White with #B016DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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