#B10BD6

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

Shades of Dark Violet #B10BD6

Tints of Dark Violet #B10BD6

Color information

#B10BD6 (or 0xB10BD6) is unknown color: approx Dark Violet. HEX triplet: B1, 0B and D6. RGB value is (177,11,214). Sum of RGB (Red+Green+Blue) = 177+11+214=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #B10BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BD6 is #4EF429. Grayscale: #535353. Windows color (decimal): -5174314 or 14027697. OLE color: 14027697.

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

Color convert

RGB17711214-
CMYK0.170.9500.16
HSL289.06º90.22%44.12%-
HSV(B)289.06º94.86%83.92%-
XYZ30.3914.4464.8-
YUV83.78201.5194.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 214 (83.98% from 255) = 53.23%
R=44.03%
G=2.74%
B=53.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177112140.170.9500.16289.0690.2244.12
HexB1BD6115F0101215a2c
Octal261133262113702044113254
Binary101100011011110101101000110111110100001001000011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10BD6; }

 p { color: rgb(177,11,214); }

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

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

 a { background-color: rgb(177,11,214); }

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

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

 span { border-color: rgb(177,11,214); }

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