#B00BE2

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

Shades of Dark Violet #B00BE2

Tints of Dark Violet #B00BE2

Color information

#B00BE2 (or 0xB00BE2) is unknown color: approx Dark Violet. HEX triplet: B0, 0B and E2. RGB value is (176,11,226). Sum of RGB (Red+Green+Blue) = 176+11+226=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #B00BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00BE2 is #4FF41D. Grayscale: #545454. Windows color (decimal): -5239838 or 14814128. OLE color: 14814128.

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

Color convert

RGB17611226-
CMYK0.220.9500.11
HSL286.05º90.72%46.47%-
HSV(B)286.05º95.13%88.63%-
XYZ31.7514.9673.17-
YUV84.84207.66193.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 11 (4.69% from 255) = 2.66%
BLUE value IS 226 (88.67% from 255) = 54.72%
R=42.62%
G=2.66%
B=54.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176112260.220.9500.11286.0590.7246.47
HexB0BE2165F0B11e5b2e
Octal260133422613701343613356
Binary10110000101111100010101101011111010111000111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00BE2; }

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

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

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

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

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

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

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

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