#B273AD

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

Shades of Violet Blue #B273AD

Tints of Violet Blue #B273AD

Color information

#B273AD (or 0xB273AD) is unknown color: approx Violet Blue. HEX triplet: B2, 73 and AD. RGB value is (178,115,173). Sum of RGB (Red+Green+Blue) = 178+115+173=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AD is #4D8C52. Grayscale: #8C8C8C. Windows color (decimal): -5082195 or 11367346. OLE color: 11367346.

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

Color convert

RGB178115173-
CMYK00.350.030.30
HSL304.76º29.03%57.45%-
HSV(B)304.76º35.39%69.8%-
XYZ32.0324.7442.62-
YUV140.45146.37154.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=38.20%
G=24.68%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811517300.350.030.30304.7629.0357.45
HexB273AD02331E1311d39
Octal2621632550433364613571
Binary101100101110011101011010100011111111010011000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273AD; }

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

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

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

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

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

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

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

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