#B273AF

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

Shades of Violet Blue #B273AF

Tints of Violet Blue #B273AF

Color information

#B273AF (or 0xB273AF) is unknown color: approx Violet Blue. HEX triplet: B2, 73 and AF. RGB value is (178,115,175). Sum of RGB (Red+Green+Blue) = 178+115+175=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B273AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273AF is #4D8C50. Grayscale: #8C8C8C. Windows color (decimal): -5082193 or 11498418. OLE color: 11498418.

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

Color convert

RGB178115175-
CMYK00.350.020.30
HSL302.86º29.03%57.45%-
HSV(B)302.86º35.39%69.8%-
XYZ32.2324.8243.65-
YUV140.68147.37154.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=38.03%
G=24.57%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811517500.350.020.30302.8629.0357.45
HexB273AF02321E12f1d39
Octal2621632570432364573571
Binary101100101110011101011110100011101111010010111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273AF; }

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

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

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

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

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

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

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

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