#B272B5

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

Shades of Violet Blue #B272B5

Tints of Violet Blue #B272B5

Color information

#B272B5 (or 0xB272B5) is unknown color: approx Violet Blue. HEX triplet: B2, 72 and B5. RGB value is (178,114,181). Sum of RGB (Red+Green+Blue) = 178+114+181=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 181 - color contains mainly: blue. Hex color #B272B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272B5 is #4D8D4A. Grayscale: #8C8C8C. Windows color (decimal): -5082443 or 11891378. OLE color: 11891378.

HSL color Cylindrical-coordinate representation of color #B272B5: hue angle of 297.31º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B272B5 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178114181-
CMYK0.020.3700.29
HSL297.31º31.16%57.84%-
HSV(B)297.31º37.02%70.98%-
XYZ32.7224.8446.79-
YUV140.77150.7154.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 181 (71.09% from 255) = 38.27%
R=37.63%
G=24.10%
B=38.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781141810.020.3700.29297.3131.1657.84
HexB272B522501D1291f3a
Octal2621622652450354513772
Binary101100101110010101101011010010101110110010100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272B5; }

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

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

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

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

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

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

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

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