#B15E9B

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

Shades of Violet Blue #B15E9B

Tints of Violet Blue #B15E9B

Color information

#B15E9B (or 0xB15E9B) is unknown color: approx Violet Blue. HEX triplet: B1, 5E and 9B. RGB value is (177,94,155). Sum of RGB (Red+Green+Blue) = 177+94+155=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E9B is #4EA164. Grayscale: #7D7D7D. Windows color (decimal): -5153125 or 10182321. OLE color: 10182321.

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

Color convert

RGB17794155-
CMYK00.470.120.31
HSL315.9º34.73%53.14%-
HSV(B)315.9º46.89%69.41%-
XYZ28.0519.7233.34-
YUV125.77144.5164.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 94 (37.11% from 255) = 22.07%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=41.55%
G=22.07%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779415500.470.120.31315.934.7353.14
HexB15E9B02FC1F13c2335
Octal26113623305714374744365
Binary101100011011110100110110101111110011111100111100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E9B; }

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

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

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

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

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

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

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

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