#B272AE

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

Shades of Violet Blue #B272AE

Tints of Violet Blue #B272AE

Color information

#B272AE (or 0xB272AE) is unknown color: approx Violet Blue. HEX triplet: B2, 72 and AE. RGB value is (178,114,174). Sum of RGB (Red+Green+Blue) = 178+114+174=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B272AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B272AE is #4D8D51. Grayscale: #8B8B8B. Windows color (decimal): -5082450 or 11432626. OLE color: 11432626.

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

Color convert

RGB178114174-
CMYK00.360.020.30
HSL303.75º29.36%57.25%-
HSV(B)303.75º35.96%69.8%-
XYZ32.0224.5643.1-
YUV139.98147.2155.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=38.20%
G=24.46%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811417400.360.020.30303.7529.3657.25
HexB272AE02421E1301d39
Octal2621622560442364603571
Binary101100101110010101011100100100101111010011000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272AE; }

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

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

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

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

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

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

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

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