#B115DD

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

Shades of Dark Violet #B115DD

Tints of Dark Violet #B115DD

Color information

#B115DD (or 0xB115DD) is unknown color: approx Dark Violet. HEX triplet: B1, 15 and DD. RGB value is (177,21,221). Sum of RGB (Red+Green+Blue) = 177+21+221=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 21 (8.59% from 255 or 5.01% 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 #B115DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115DD is #4EEA22. Grayscale: #595959. Windows color (decimal): -5171747 or 14489009. OLE color: 14489009.

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

Color convert

RGB17721221-
CMYK0.200.9000.13
HSL286.8º82.64%47.45%-
HSV(B)286.8º90.5%86.67%-
XYZ31.4515.169.66-
YUV90.44201.68189.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 21 (8.59% from 255) = 5.01%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=42.24%
G=5.01%
B=52.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177212210.200.9000.13286.882.6447.45
HexB115DD145A0D11f532f
Octal261253352413201543712357
Binary101100011010111011101101001011010011011000111111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B115DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B115DD; }

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

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

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

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

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

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

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

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