#B158AD

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

Shades of Violet Blue #B158AD

Tints of Violet Blue #B158AD

Color information

#B158AD (or 0xB158AD) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and AD. RGB value is (177,88,173). Sum of RGB (Red+Green+Blue) = 177+88+173=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B158AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B158AD is #4EA752. Grayscale: #7C7C7C. Windows color (decimal): -5154643 or 11360433. OLE color: 11360433.

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

Color convert

RGB17788173-
CMYK00.500.020.31
HSL302.7º36.33%51.96%-
HSV(B)302.7º50.28%69.41%-
XYZ29.1619.3441.73-
YUV124.3155.49165.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=40.41%
G=20.09%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778817300.500.020.31302.736.3351.96
HexB158AD03221F12f2434
Octal2611302550622374574464
Binary1011000110110001010110101100101011111100101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158AD; }

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

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

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

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

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

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

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

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