#B473C9

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

Shades of East Side #B473C9

Tints of East Side #B473C9

Color information

#B473C9 (or 0xB473C9) is unknown color: approx East Side. HEX triplet: B4, 73 and C9. RGB value is (180,115,201). Sum of RGB (Red+Green+Blue) = 180+115+201=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #B473C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C9 is #4B8C36. Grayscale: #8F8F8F. Windows color (decimal): -4951095 or 13202356. OLE color: 13202356.

HSL color Cylindrical-coordinate representation of color #B473C9: hue angle of 285.35º 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 #B473C9 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180115201-
CMYK0.100.4300.21
HSL285.35º44.33%61.96%-
HSV(B)285.35º42.79%78.82%-
XYZ35.526.1858.44-
YUV144.24160.03153.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=36.29%
G=23.19%
B=40.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801152010.100.4300.21285.3544.3361.96
HexB473C9A2B01511d2c3e
Octal26416331112530254355476
Binary101101001110011110010011010101011010101100011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473C9; }

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

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

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

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

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

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

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

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