#B15A98

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

Shades of Violet Blue #B15A98

Tints of Violet Blue #B15A98

Color information

#B15A98 (or 0xB15A98) is unknown color: approx Violet Blue. HEX triplet: B1, 5A and 98. RGB value is (177,90,152). Sum of RGB (Red+Green+Blue) = 177+90+152=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15A98 is #4EA567. Grayscale: #7A7A7A. Windows color (decimal): -5154152 or 9984689. OLE color: 9984689.

HSL color Cylindrical-coordinate representation of color #B15A98: hue angle of 317.24º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15A98 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17790152-
CMYK00.490.140.31
HSL317.24º35.8%52.35%-
HSV(B)317.24º49.15%69.41%-
XYZ27.4618.9331.91-
YUV123.08144.32166.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=42.24%
G=21.48%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779015200.490.140.31317.2435.852.35
HexB15A98031E1F13d2434
Octal26113223006116374754464
Binary101100011011010100110000110001111011111100111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A98; }

 p { color: rgb(177,90,152); }

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

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

 a { background-color: rgb(177,90,152); }

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

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

 span { border-color: rgb(177,90,152); }

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