#B473C8

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

Shades of East Side #B473C8

Tints of East Side #B473C8

Color information

#B473C8 (or 0xB473C8) is unknown color: approx East Side. HEX triplet: B4, 73 and C8. RGB value is (180,115,200). Sum of RGB (Red+Green+Blue) = 180+115+200=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #B473C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C8 is #4B8C37. Grayscale: #8F8F8F. Windows color (decimal): -4951096 or 13136820. OLE color: 13136820.

HSL color Cylindrical-coordinate representation of color #B473C8: hue angle of 285.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B473C8 is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180115200-
CMYK0.10.4200.22
HSL285.88º43.59%61.76%-
HSV(B)285.88º42.5%78.43%-
XYZ35.3826.1357.82-
YUV144.12159.53153.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 23.23%
BLUE value IS 200 (78.52% from 255) = 40.40%
R=36.36%
G=23.23%
B=40.40%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801152000.10.4200.22285.8843.5961.76
HexB473C8A2A01611e2c3e
Octal26416331012520264365476
Binary101101001110011110010001010101010010110100011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473C8; }

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

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

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

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

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

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

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

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