#B10DE0

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

Shades of Dark Violet #B10DE0

Tints of Dark Violet #B10DE0

Color information

#B10DE0 (or 0xB10DE0) is unknown color: approx Dark Violet. HEX triplet: B1, 0D and E0. RGB value is (177,13,224). Sum of RGB (Red+Green+Blue) = 177+13+224=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #B10DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DE0 is #4EF21F. Grayscale: #555555. Windows color (decimal): -5173792 or 14683569. OLE color: 14683569.

HSL color Cylindrical-coordinate representation of color #B10DE0: hue angle of 286.64º 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 #B10DE0 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17713224-
CMYK0.210.9400.12
HSL286.64º89.03%46.47%-
HSV(B)286.64º94.2%87.84%-
XYZ31.7315.0271.75-
YUV86.09205.83192.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 13 (5.47% from 255) = 3.14%
BLUE value IS 224 (87.89% from 255) = 54.11%
R=42.75%
G=3.14%
B=54.11%

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
Decimal177132240.210.9400.12286.6489.0346.47
HexB1DE0155E0C11f592e
Octal261153402513601443713156
Binary10110001110111100000101011011110011001000111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10DE0; }

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

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

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

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

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

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

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

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