#B273C9

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

Shades of East Side #B273C9

Tints of East Side #B273C9

Color information

#B273C9 (or 0xB273C9) is unknown color: approx East Side. HEX triplet: B2, 73 and C9. RGB value is (178,115,201). Sum of RGB (Red+Green+Blue) = 178+115+201=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #B273C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273C9 is #4D8C36. Grayscale: #8F8F8F. Windows color (decimal): -5082167 or 13202354. OLE color: 13202354.

HSL color Cylindrical-coordinate representation of color #B273C9: hue angle of 283.95º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B273C9 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178115201-
CMYK0.110.4300.21
HSL283.95º44.33%61.96%-
HSV(B)283.95º42.79%78.82%-
XYZ35.0325.9458.42-
YUV143.64160.37152.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=36.03%
G=23.28%
B=40.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781152010.110.4300.21283.9544.3361.96
HexB273C9B2B01511c2c3e
Octal26216331113530254345476
Binary101100101110011110010011011101011010101100011100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273C9; }

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

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

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

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

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

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

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

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