#B216D7

Color #B216D7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #B216D7

Tints of Dark Violet #B216D7

Color information

#B216D7 (or 0xB216D7) is unknown color: approx Dark Violet. HEX triplet: B2, 16 and D7. RGB value is (178,22,215). Sum of RGB (Red+Green+Blue) = 178+22+215=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #B216D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D7 is #4DE928. Grayscale: #5A5A5A. Windows color (decimal): -5105961 or 14096050. OLE color: 14096050.

HSL color Cylindrical-coordinate representation of color #B216D7: hue angle of 288.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216D7 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17822215-
CMYK0.170.9000.16
HSL288.5º81.43%46.47%-
HSV(B)288.5º89.77%84.31%-
XYZ30.9114.9565.55-
YUV90.65198.18190.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 22 (8.98% from 255) = 5.30%
BLUE value IS 215 (84.38% from 255) = 51.81%
R=42.89%
G=5.30%
B=51.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178222150.170.9000.16288.581.4346.47
HexB216D7115A010120512e
Octal262263272113202044012156
Binary1011001010110110101111000110110100100001001000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B216D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B216D7; }

 p { color: rgb(178,22,215); }

 H1.HeaderClassName
 {
   color: #B216D7;
 }
 .AnyTagClassName
 {
   color: #B216D7;
 }
</style>
background-color css

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

 a { background-color: rgb(178,22,215); }

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

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

 span { border-color: rgb(178,22,215); }

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