#B15FAF

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

Shades of Violet Blue #B15FAF

Tints of Violet Blue #B15FAF

Color information

#B15FAF (or 0xB15FAF) is unknown color: approx Violet Blue. HEX triplet: B1, 5F and AF. RGB value is (177,95,175). Sum of RGB (Red+Green+Blue) = 177+95+175=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B15FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15FAF is #4EA050. Grayscale: #808080. Windows color (decimal): -5152849 or 11493297. OLE color: 11493297.

HSL color Cylindrical-coordinate representation of color #B15FAF: hue angle of 301.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15FAF is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17795175-
CMYK00.460.010.31
HSL301.46º34.45%53.33%-
HSV(B)301.46º46.33%69.41%-
XYZ29.9620.6342.96-
YUV128.64154.17162.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 95 (37.5% from 255) = 21.25%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=39.60%
G=21.25%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779517500.460.010.31301.4634.4553.33
HexB15FAF02E11F12d2235
Octal2611372570561374554265
Binary101100011011111101011110101110111111100101101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15FAF; }

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

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

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

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

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

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

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

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