#B474C9

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

Shades of East Side #B474C9

Tints of East Side #B474C9

Color information

#B474C9 (or 0xB474C9) is unknown color: approx East Side. HEX triplet: B4, 74 and C9. RGB value is (180,116,201). Sum of RGB (Red+Green+Blue) = 180+116+201=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #B474C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474C9 is #4B8B36. Grayscale: #909090. Windows color (decimal): -4950839 or 13202612. OLE color: 13202612.

HSL color Cylindrical-coordinate representation of color #B474C9: hue angle of 285.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B474C9 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180116201-
CMYK0.100.4200.21
HSL285.18º44.04%62.16%-
HSV(B)285.18º42.29%78.82%-
XYZ35.6126.4158.48-
YUV144.83159.7153.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=36.22%
G=23.34%
B=40.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801162010.100.4200.21285.1844.0462.16
HexB474C9A2A01511d2c3e
Octal26416431112520254355476
Binary101101001110100110010011010101010010101100011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474C9; }

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

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

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

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

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

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

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

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