#B272BB

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

Shades of East Side #B272BB

Tints of East Side #B272BB

Color information

#B272BB (or 0xB272BB) is unknown color: approx East Side. HEX triplet: B2, 72 and BB. RGB value is (178,114,187). Sum of RGB (Red+Green+Blue) = 178+114+187=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #B272BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272BB is #4D8D44. Grayscale: #8D8D8D. Windows color (decimal): -5082437 or 12284594. OLE color: 12284594.

HSL color Cylindrical-coordinate representation of color #B272BB: hue angle of 292.6º degrees, saturation: 0.35, 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 #B272BB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178114187-
CMYK0.050.3900.27
HSL292.6º34.93%59.02%-
HSV(B)292.6º39.04%73.33%-
XYZ33.3525.0950.1-
YUV141.46153.7154.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.16%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=37.16%
G=23.80%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781141870.050.3900.27292.634.9359.02
HexB272BB52701B125233b
Octal2621622735470334454373
Binary10110010111001010111011101100111011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272BB; }

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

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

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

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

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

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

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

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