#B10BD3

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

Shades of Dark Violet #B10BD3

Tints of Dark Violet #B10BD3

Color information

#B10BD3 (or 0xB10BD3) is unknown color: approx Dark Violet. HEX triplet: B1, 0B and D3. RGB value is (177,11,211). Sum of RGB (Red+Green+Blue) = 177+11+211=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 211 (82.81% from 255 or 52.88% from 399); Max value from RGB is 211 - color contains mainly: blue. Hex color #B10BD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BD3 is #4EF42C. Grayscale: #525252. Windows color (decimal): -5174317 or 13831089. OLE color: 13831089.

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

Color convert

RGB17711211-
CMYK0.160.9500.17
HSL289.8º90.09%43.53%-
HSV(B)289.8º94.79%82.75%-
XYZ30.0114.2962.8-
YUV83.43200194.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 11 (4.69% from 255) = 2.76%
BLUE value IS 211 (82.81% from 255) = 52.88%
R=44.36%
G=2.76%
B=52.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177112110.160.9500.17289.890.0943.53
HexB1BD3105F0111225a2c
Octal261133232013702144213254
Binary101100011011110100111000010111110100011001000101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10BD3; }

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

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

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

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

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

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

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

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