#B15EAD

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

Shades of Violet Blue #B15EAD

Tints of Violet Blue #B15EAD

Color information

#B15EAD (or 0xB15EAD) is unknown color: approx Violet Blue. HEX triplet: B1, 5E and AD. RGB value is (177,94,173). Sum of RGB (Red+Green+Blue) = 177+94+173=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAD is #4EA152. Grayscale: #7F7F7F. Windows color (decimal): -5153107 or 11361969. OLE color: 11361969.

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

Color convert

RGB17794173-
CMYK00.470.020.31
HSL302.89º34.73%53.14%-
HSV(B)302.89º46.89%69.41%-
XYZ29.6820.3741.9-
YUV127.82153.5163.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=39.86%
G=21.17%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779417300.470.020.31302.8934.7353.14
HexB15EAD02F21F12f2335
Octal2611362550572374574365
Binary1011000110111101010110101011111011111100101111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EAD; }

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

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

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

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

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

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

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

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