#B115D7

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

Shades of Dark Violet #B115D7

Tints of Dark Violet #B115D7

Color information

#B115D7 (or 0xB115D7) is unknown color: approx Dark Violet. HEX triplet: B1, 15 and D7. RGB value is (177,21,215). Sum of RGB (Red+Green+Blue) = 177+21+215=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #B115D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115D7 is #4EEA28. Grayscale: #595959. Windows color (decimal): -5171753 or 14095793. OLE color: 14095793.

HSL color Cylindrical-coordinate representation of color #B115D7: hue angle of 288.25º degrees, saturation: 0.82, 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 #B115D7 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17721215-
CMYK0.180.9000.16
HSL288.25º82.2%46.27%-
HSV(B)288.25º90.23%84.31%-
XYZ30.6714.7965.53-
YUV89.76198.68190.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 5.08%
BLUE value IS 215 (84.38% from 255) = 52.06%
R=42.86%
G=5.08%
B=52.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177212150.180.9000.16288.2582.246.27
HexB115D7125A010120522e
Octal261253272213202044012256
Binary1011000110101110101111001010110100100001001000001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B115D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B115D7; }

 p { color: rgb(177,21,215); }

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

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

 a { background-color: rgb(177,21,215); }

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

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

 span { border-color: rgb(177,21,215); }

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