#B473BC

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

Shades of East Side #B473BC

Tints of East Side #B473BC

Color information

#B473BC (or 0xB473BC) is unknown color: approx East Side. HEX triplet: B4, 73 and BC. RGB value is (180,115,188). Sum of RGB (Red+Green+Blue) = 180+115+188=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B473BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473BC is #4B8C43. Grayscale: #8E8E8E. Windows color (decimal): -4951108 or 12350388. OLE color: 12350388.

HSL color Cylindrical-coordinate representation of color #B473BC: hue angle of 293.42º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B473BC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180115188-
CMYK0.040.3900.26
HSL293.42º35.27%59.41%-
HSV(B)293.42º38.83%73.73%-
XYZ34.0325.650.72-
YUV142.76153.53154.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=37.27%
G=23.81%
B=38.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801151880.040.3900.26293.4235.2759.41
HexB473BC42701A125233b
Octal2641632744470324454373
Binary10110100111001110111100100100111011010100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B473BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B473BC; }

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

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

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

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

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

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

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

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