#B10AD7

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

Shades of Dark Violet #B10AD7

Tints of Dark Violet #B10AD7

Color information

#B10AD7 (or 0xB10AD7) is unknown color: approx Dark Violet. HEX triplet: B1, 0A and D7. RGB value is (177,10,215). Sum of RGB (Red+Green+Blue) = 177+10+215=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #B10AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10AD7 is #4EF528. Grayscale: #525252. Windows color (decimal): -5174569 or 14092977. OLE color: 14092977.

HSL color Cylindrical-coordinate representation of color #B10AD7: hue angle of 288.88º degrees, saturation: 0.91, 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 #B10AD7 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17710215-
CMYK0.180.9500.16
HSL288.88º91.11%44.12%-
HSV(B)288.88º95.35%84.31%-
XYZ30.5114.4765.48-
YUV83.3202.33194.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 10 (4.30% from 255) = 2.49%
BLUE value IS 215 (84.38% from 255) = 53.48%
R=44.03%
G=2.49%
B=53.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177102150.180.9500.16288.8891.1144.12
HexB1AD7125F0101215b2c
Octal261123272213702044113354
Binary101100011010110101111001010111110100001001000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10AD7; }

 p { color: rgb(177,10,215); }

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

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

 a { background-color: rgb(177,10,215); }

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

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

 span { border-color: rgb(177,10,215); }

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