#B15EAF

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

Shades of Violet Blue #B15EAF

Tints of Violet Blue #B15EAF

Color information

#B15EAF (or 0xB15EAF) is unknown color: approx Violet Blue. HEX triplet: B1, 5E and AF. RGB value is (177,94,175). Sum of RGB (Red+Green+Blue) = 177+94+175=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B15EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15EAF is #4EA150. Grayscale: #7F7F7F. Windows color (decimal): -5153105 or 11493041. OLE color: 11493041.

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

Color convert

RGB17794175-
CMYK00.470.010.31
HSL301.45º34.73%53.14%-
HSV(B)301.45º46.89%69.41%-
XYZ29.8720.4542.93-
YUV128.05154.5162.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=39.69%
G=21.08%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779417500.470.010.31301.4534.7353.14
HexB15EAF02F11F12d2335
Octal2611362570571374554365
Binary101100011011110101011110101111111111100101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EAF; }

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

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

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

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

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

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

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

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