#B473CA

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

Shades of East Side #B473CA

Tints of East Side #B473CA

Color information

#B473CA (or 0xB473CA) is unknown color: approx East Side. HEX triplet: B4, 73 and CA. RGB value is (180,115,202). Sum of RGB (Red+Green+Blue) = 180+115+202=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B473CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CA is #4B8C35. Grayscale: #909090. Windows color (decimal): -4951094 or 13267892. OLE color: 13267892.

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

Color convert

RGB180115202-
CMYK0.110.4300.21
HSL284.83º45.08%62.16%-
HSV(B)284.83º43.07%79.22%-
XYZ35.6126.2359.06-
YUV144.35160.53153.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=36.22%
G=23.14%
B=40.64%

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
Decimal1801152020.110.4300.21284.8345.0862.16
HexB473CAB2B01511d2d3e
Octal26416331213530254355576
Binary101101001110011110010101011101011010101100011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473CA; }

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

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

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

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

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

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

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

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