#B158A7

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

Shades of Violet Blue #B158A7

Tints of Violet Blue #B158A7

Color information

#B158A7 (or 0xB158A7) is unknown color: approx Violet Blue. HEX triplet: B1, 58 and A7. RGB value is (177,88,167). Sum of RGB (Red+Green+Blue) = 177+88+167=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B158A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B158A7 is #4EA758. Grayscale: #7B7B7B. Windows color (decimal): -5154649 or 10967217. OLE color: 10967217.

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

Color convert

RGB17788167-
CMYK00.500.060.31
HSL306.74º36.33%51.96%-
HSV(B)306.74º50.28%69.41%-
XYZ28.619.1238.74-
YUV123.62152.49166.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 88 (34.77% from 255) = 20.37%
BLUE value IS 167 (65.62% from 255) = 38.66%
R=40.97%
G=20.37%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778816700.500.060.31306.7436.3351.96
HexB158A703261F1332434
Octal2611302470626374634464
Binary10110001101100010100111011001011011111100110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B158A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B158A7; }

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

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

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

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

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

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

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

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