#B15DA7

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

Shades of Violet Blue #B15DA7

Tints of Violet Blue #B15DA7

Color information

#B15DA7 (or 0xB15DA7) is unknown color: approx Violet Blue. HEX triplet: B1, 5D and A7. RGB value is (177,93,167). Sum of RGB (Red+Green+Blue) = 177+93+167=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B15DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DA7 is #4EA258. Grayscale: #7E7E7E. Windows color (decimal): -5153369 or 10968497. OLE color: 10968497.

HSL color Cylindrical-coordinate representation of color #B15DA7: hue angle of 307.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15DA7 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17793167-
CMYK00.470.060.31
HSL307.14º35%52.94%-
HSV(B)307.14º47.46%69.41%-
XYZ29.0219.9738.88-
YUV126.55150.83163.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=40.50%
G=21.28%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779316700.470.060.31307.143552.94
HexB15DA702F61F1332335
Octal2611352470576374634365
Binary10110001101110110100111010111111011111100110011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DA7; }

 p { color: rgb(177,93,167); }

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

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

 a { background-color: rgb(177,93,167); }

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

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

 span { border-color: rgb(177,93,167); }

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