#B273AA

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

Shades of Violet Blue #B273AA

Tints of Violet Blue #B273AA

Color information

#B273AA (or 0xB273AA) is unknown color: approx Violet Blue. HEX triplet: B2, 73 and AA. RGB value is (178,115,170). Sum of RGB (Red+Green+Blue) = 178+115+170=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AA is #4D8C55. Grayscale: #8B8B8B. Windows color (decimal): -5082198 or 11170738. OLE color: 11170738.

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

Color convert

RGB178115170-
CMYK00.350.040.30
HSL307.62º29.03%57.45%-
HSV(B)307.62º35.39%69.8%-
XYZ31.7524.6341.11-
YUV140.11144.87155.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 24.84%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=38.44%
G=24.84%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811517000.350.040.30307.6229.0357.45
HexB273AA02341E1341d39
Octal2621632520434364643571
Binary1011001011100111010101001000111001111010011010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273AA; }

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

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

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

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

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

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

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

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