#B371AC

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

Shades of Violet Blue #B371AC

Tints of Violet Blue #B371AC

Color information

#B371AC (or 0xB371AC) is unknown color: approx Violet Blue. HEX triplet: B3, 71 and AC. RGB value is (179,113,172). Sum of RGB (Red+Green+Blue) = 179+113+172=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B371AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371AC is #4C8E53. Grayscale: #8B8B8B. Windows color (decimal): -5017172 or 11301299. OLE color: 11301299.

HSL color Cylindrical-coordinate representation of color #B371AC: hue angle of 306.36º 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 #B371AC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179113172-
CMYK00.370.040.30
HSL306.36º30.28%57.25%-
HSV(B)306.36º36.87%70.2%-
XYZ31.9424.3742.05-
YUV139.46146.37156.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=38.58%
G=24.35%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911317200.370.040.30306.3630.2857.25
HexB371AC02541E1321e39
Octal2631612540454364623671
Binary1011001111100011010110001001011001111010011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371AC; }

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

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

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

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

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

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

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

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