#B271AA

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

Shades of Violet Blue #B271AA

Tints of Violet Blue #B271AA

Color information

#B271AA (or 0xB271AA) is unknown color: approx Violet Blue. HEX triplet: B2, 71 and AA. RGB value is (178,113,170). Sum of RGB (Red+Green+Blue) = 178+113+170=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B271AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B271AA is #4D8E55. Grayscale: #8A8A8A. Windows color (decimal): -5082710 or 11170226. OLE color: 11170226.

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

Color convert

RGB178113170-
CMYK00.370.040.30
HSL307.38º29.68%57.06%-
HSV(B)307.38º36.52%69.8%-
XYZ31.5224.1841.04-
YUV138.93145.53155.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=38.61%
G=24.51%
B=36.88%

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
Decimal17811317000.370.040.30307.3829.6857.06
HexB271AA02541E1331e39
Octal2621612520454364633671
Binary1011001011100011010101001001011001111010011001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271AA; }

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

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

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

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

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

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

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

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