#B158AB

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

Shades of Violet Blue #B158AB

Tints of Violet Blue #B158AB

Color information

#B158AB (or 0xB158AB) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and AB. RGB value is (177,88,171). Sum of RGB (Red+Green+Blue) = 177+88+171=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B158AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B158AB is #4EA754. Grayscale: #7B7B7B. Windows color (decimal): -5154645 or 11229361. OLE color: 11229361.

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

Color convert

RGB17788171-
CMYK00.500.030.31
HSL304.04º36.33%51.96%-
HSV(B)304.04º50.28%69.41%-
XYZ28.9719.2740.72-
YUV124.07154.49165.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=40.60%
G=20.18%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778817100.500.030.31304.0436.3351.96
HexB158AB03231F1302434
Octal2611302530623374604464
Binary1011000110110001010101101100101111111100110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158AB; }

 p { color: rgb(177,88,171); }

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

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

 a { background-color: rgb(177,88,171); }

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

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

 span { border-color: rgb(177,88,171); }

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