#B00ED5

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

Shades of Dark Violet #B00ED5

Tints of Dark Violet #B00ED5

Color information

#B00ED5 (or 0xB00ED5) is unknown color: approx Dark Violet. HEX triplet: B0, 0E and D5. RGB value is (176,14,213). Sum of RGB (Red+Green+Blue) = 176+14+213=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #B00ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ED5 is #4FF12A. Grayscale: #545454. Windows color (decimal): -5239083 or 13962928. OLE color: 13962928.

HSL color Cylindrical-coordinate representation of color #B00ED5: hue angle of 288.84º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00ED5 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17614213-
CMYK0.170.9300.16
HSL288.84º87.67%44.51%-
HSV(B)288.84º93.43%83.53%-
XYZ30.0714.3564.14-
YUV85.12200.17192.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 14 (5.86% from 255) = 3.47%
BLUE value IS 213 (83.59% from 255) = 52.85%
R=43.67%
G=3.47%
B=52.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176142130.170.9300.16288.8487.6744.51
HexB0ED5115D010121582d
Octal260163252113502044113055
Binary101100001110110101011000110111010100001001000011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00ED5; }

 p { color: rgb(176,14,213); }

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

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

 a { background-color: rgb(176,14,213); }

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

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

 span { border-color: rgb(176,14,213); }

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