#B473C1

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

Shades of East Side #B473C1

Tints of East Side #B473C1

Color information

#B473C1 (or 0xB473C1) is unknown color: approx East Side. HEX triplet: B4, 73 and C1. RGB value is (180,115,193). Sum of RGB (Red+Green+Blue) = 180+115+193=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #B473C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473C1 is #4B8C3E. Grayscale: #8F8F8F. Windows color (decimal): -4951103 or 12678068. OLE color: 12678068.

HSL color Cylindrical-coordinate representation of color #B473C1: hue angle of 290º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B473C1 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180115193-
CMYK0.070.4000.24
HSL290º38.61%60.39%-
HSV(B)290º40.41%75.69%-
XYZ34.5825.8253.61-
YUV143.33156.03154.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 115 (45.31% from 255) = 23.57%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=36.89%
G=23.57%
B=39.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801151930.070.4000.2429038.6160.39
HexB473C1728018122273c
Octal2641633017500304424774
Binary10110100111001111000001111101000011000100100010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473C1; }

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

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

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

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

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

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

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

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