#B273BB

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

Shades of East Side #B273BB

Tints of East Side #B273BB

Color information

#B273BB (or 0xB273BB) is unknown color: approx East Side. HEX triplet: B2, 73 and BB. RGB value is (178,115,187). Sum of RGB (Red+Green+Blue) = 178+115+187=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B273BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273BB is #4D8C44. Grayscale: #8D8D8D. Windows color (decimal): -5082181 or 12284850. OLE color: 12284850.

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

Color convert

RGB178115187-
CMYK0.050.3900.27
HSL292.5º34.62%59.22%-
HSV(B)292.5º38.5%73.33%-
XYZ33.4625.3150.14-
YUV142.05153.37153.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=37.08%
G=23.96%
B=38.96%

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
Decimal1781151870.050.3900.27292.534.6259.22
HexB273BB52701B124233b
Octal2621632735470334444373
Binary10110010111001110111011101100111011011100100100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273BB; }

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

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

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

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

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

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

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

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