#B271AC

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

Shades of Violet Blue #B271AC

Tints of Violet Blue #B271AC

Color information

#B271AC (or 0xB271AC) is unknown color: approx Violet Blue. HEX triplet: B2, 71 and AC. RGB value is (178,113,172). Sum of RGB (Red+Green+Blue) = 178+113+172=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B271AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B271AC is #4D8E53. Grayscale: #8A8A8A. Windows color (decimal): -5082708 or 11301298. OLE color: 11301298.

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

Color convert

RGB178113172-
CMYK00.370.030.30
HSL305.54º29.68%57.06%-
HSV(B)305.54º36.52%69.8%-
XYZ31.7124.2542.04-
YUV139.16146.53155.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=38.44%
G=24.41%
B=37.15%

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
Decimal17811317200.370.030.30305.5429.6857.06
HexB271AC02531E1321e39
Octal2621612540453364623671
Binary101100101110001101011000100101111111010011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271AC; }

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

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

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

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

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

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

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

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