#B272AA

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

Shades of Violet Blue #B272AA

Tints of Violet Blue #B272AA

Color information

#B272AA (or 0xB272AA) is unknown color: approx Violet Blue. HEX triplet: B2, 72 and AA. RGB value is (178,114,170). Sum of RGB (Red+Green+Blue) = 178+114+170=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B272AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272AA is #4D8D55. Grayscale: #8B8B8B. Windows color (decimal): -5082454 or 11170482. OLE color: 11170482.

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

Color convert

RGB178114170-
CMYK00.360.040.30
HSL307.5º29.36%57.25%-
HSV(B)307.5º35.96%69.8%-
XYZ31.6324.441.07-
YUV139.52145.2155.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=38.53%
G=24.68%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811417000.360.040.30307.529.3657.25
HexB272AA02441E1341d39
Octal2621622520444364643571
Binary1011001011100101010101001001001001111010011010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272AA; }

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

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

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

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

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

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

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

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