#b010e2

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

Shades of Dark Violet #B010E2

Tints of Dark Violet #B010E2

Color information

#B010E2 (or 0xB010E2) is unknown color: approx Dark Violet. HEX triplet: B0, 10 and E2. RGB value is (176,16,226). Sum of RGB (Red+Green+Blue) = 176+16+226=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 226 (88.67% from 255 or 54.07% from 418); Max value from RGB is 226 - color contains mainly: blue. Hex color #B010E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010E2 is #4FEF1D. Grayscale: #575757. Windows color (decimal): -5238558 or 14815408. OLE color: 14815408.

HSL color Cylindrical-coordinate representation of color #B010E2: hue angle of 285.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B010E2 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17616226-
CMYK0.220.9300.11
HSL285.71º86.78%47.45%-
HSV(B)285.71º92.92%88.63%-
XYZ31.8215.0973.19-
YUV87.78206.01190.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 3.83%
BLUE value IS 226 (88.67% from 255) = 54.07%
R=42.11%
G=3.83%
B=54.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176162260.220.9300.11285.7186.7847.45
HexB010E2165D0B11e572f
Octal260203422613501343612757
Binary101100001000011100010101101011101010111000111101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b010e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b010e2; }

 p { color: rgb(176,16,226); }

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

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

 a { background-color: rgb(176,16,226); }

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

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

 span { border-color: rgb(176,16,226); }

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