#B113DD

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

Shades of Dark Violet #B113DD

Tints of Dark Violet #B113DD

Color information

#B113DD (or 0xB113DD) is unknown color: approx Dark Violet. HEX triplet: B1, 13 and DD. RGB value is (177,19,221). Sum of RGB (Red+Green+Blue) = 177+19+221=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #B113DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113DD is #4EEC22. Grayscale: #585858. Windows color (decimal): -5172259 or 14488497. OLE color: 14488497.

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

Color convert

RGB17719221-
CMYK0.200.9100.13
HSL286.93º84.17%47.06%-
HSV(B)286.93º91.4%86.67%-
XYZ31.4215.0369.65-
YUV89.27202.35190.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 19 (7.81% from 255) = 4.56%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=42.45%
G=4.56%
B=53.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177192210.200.9100.13286.9384.1747.06
HexB113DD145B0D11f542f
Octal261233352413301543712457
Binary101100011001111011101101001011011011011000111111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B113DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B113DD; }

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

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

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

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

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

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

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

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