#B00DE0

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

Shades of Dark Violet #B00DE0

Tints of Dark Violet #B00DE0

Color information

#B00DE0 (or 0xB00DE0) is unknown color: approx Dark Violet. HEX triplet: B0, 0D and E0. RGB value is (176,13,224). Sum of RGB (Red+Green+Blue) = 176+13+224=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #B00DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00DE0 is #4FF21F. Grayscale: #555555. Windows color (decimal): -5239328 or 14683568. OLE color: 14683568.

HSL color Cylindrical-coordinate representation of color #B00DE0: hue angle of 286.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00DE0 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17613224-
CMYK0.210.9400.12
HSL286.35º89.03%46.47%-
HSV(B)286.35º94.2%87.84%-
XYZ31.514.971.74-
YUV85.79206192.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 13 (5.47% from 255) = 3.15%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=42.62%
G=3.15%
B=54.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176132240.210.9400.12286.3589.0346.47
HexB0DE0155E0C11e592e
Octal260153402513601443613156
Binary10110000110111100000101011011110011001000111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00DE0; }

 p { color: rgb(176,13,224); }

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

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

 a { background-color: rgb(176,13,224); }

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

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

 span { border-color: rgb(176,13,224); }

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