#B15E9A

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

Shades of Violet Blue #B15E9A

Tints of Violet Blue #B15E9A

Color information

#B15E9A (or 0xB15E9A) is unknown color: approx Violet Blue. HEX triplet: B1, 5E and 9A. RGB value is (177,94,154). Sum of RGB (Red+Green+Blue) = 177+94+154=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E9A is #4EA165. Grayscale: #7D7D7D. Windows color (decimal): -5153126 or 10116785. OLE color: 10116785.

HSL color Cylindrical-coordinate representation of color #B15E9A: hue angle of 316.63º 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 #B15E9A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17794154-
CMYK00.470.130.31
HSL316.63º34.73%53.14%-
HSV(B)316.63º46.89%69.41%-
XYZ27.9719.6932.9-
YUV125.66144164.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=41.65%
G=22.12%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779415400.470.130.31316.6334.7353.14
HexB15E9A02FD1F13d2335
Octal26113623205715374754365
Binary101100011011110100110100101111110111111100111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E9A; }

 p { color: rgb(177,94,154); }

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

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

 a { background-color: rgb(177,94,154); }

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

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

 span { border-color: rgb(177,94,154); }

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