#B013D0

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

Shades of Dark Violet #B013D0

Tints of Dark Violet #B013D0

Color information

#B013D0 (or 0xB013D0) is unknown color: approx Dark Violet. HEX triplet: B0, 13 and D0. RGB value is (176,19,208). Sum of RGB (Red+Green+Blue) = 176+19+208=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #B013D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013D0 is #4FEC2F. Grayscale: #565656. Windows color (decimal): -5237808 or 13636528. OLE color: 13636528.

HSL color Cylindrical-coordinate representation of color #B013D0: hue angle of 289.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B013D0 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17619208-
CMYK0.150.9100.18
HSL289.84º83.26%44.51%-
HSV(B)289.84º90.87%81.57%-
XYZ29.5214.2560.87-
YUV87.49196.01191.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 19 (7.81% from 255) = 4.71%
BLUE value IS 208 (81.64% from 255) = 51.61%
R=43.67%
G=4.71%
B=51.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176192080.150.9100.18289.8483.2644.51
HexB013D0F5B012122532d
Octal260233201713302244212355
Binary101100001001111010000111110110110100101001000101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B013D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B013D0; }

 p { color: rgb(176,19,208); }

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

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

 a { background-color: rgb(176,19,208); }

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

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

 span { border-color: rgb(176,19,208); }

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