#B371AE

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

Shades of Violet Blue #B371AE

Tints of Violet Blue #B371AE

Color information

#B371AE (or 0xB371AE) is unknown color: approx Violet Blue. HEX triplet: B3, 71 and AE. RGB value is (179,113,174). Sum of RGB (Red+Green+Blue) = 179+113+174=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B371AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371AE is #4C8E51. Grayscale: #8B8B8B. Windows color (decimal): -5017170 or 11432371. OLE color: 11432371.

HSL color Cylindrical-coordinate representation of color #B371AE: hue angle of 304.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B371AE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179113174-
CMYK00.370.030.30
HSL304.55º30.28%57.25%-
HSV(B)304.55º36.87%70.2%-
XYZ32.1424.4543.07-
YUV139.69147.37156.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=38.41%
G=24.25%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911317400.370.030.30304.5530.2857.25
HexB371AE02531E1311e39
Octal2631612560453364613671
Binary101100111110001101011100100101111111010011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371AE; }

 p { color: rgb(179,113,174); }

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

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

 a { background-color: rgb(179,113,174); }

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

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

 span { border-color: rgb(179,113,174); }

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