#B272BA

Color #B272BA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B272BA

Tints of East Side #B272BA

Color information

#B272BA (or 0xB272BA) is unknown color: approx East Side. HEX triplet: B2, 72 and BA. RGB value is (178,114,186). Sum of RGB (Red+Green+Blue) = 178+114+186=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #B272BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272BA is #4D8D45. Grayscale: #8D8D8D. Windows color (decimal): -5082438 or 12219058. OLE color: 12219058.

HSL color Cylindrical-coordinate representation of color #B272BA: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B272BA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178114186-
CMYK0.040.3900.27
HSL293.33º34.29%58.82%-
HSV(B)293.33º38.71%72.94%-
XYZ33.2425.0449.54-
YUV141.34153.2154.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=37.24%
G=23.85%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781141860.040.3900.27293.3334.2958.82
HexB272BA42701B125223b
Octal2621622724470334454273
Binary10110010111001010111010100100111011011100100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272BA; }

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

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

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

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

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

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

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

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