#B474BC

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

Shades of East Side #B474BC

Tints of East Side #B474BC

Color information

#B474BC (or 0xB474BC) is unknown color: approx East Side. HEX triplet: B4, 74 and BC. RGB value is (180,116,188). Sum of RGB (Red+Green+Blue) = 180+116+188=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B474BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BC is #4B8B43. Grayscale: #8F8F8F. Windows color (decimal): -4950852 or 12350644. OLE color: 12350644.

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

Color convert

RGB180116188-
CMYK0.040.3800.26
HSL293.33º34.95%59.61%-
HSV(B)293.33º38.3%73.73%-
XYZ34.1425.8250.76-
YUV143.34153.2154.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=37.19%
G=23.97%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801161880.040.3800.26293.3334.9559.61
HexB474BC42601A125233c
Octal2641642744460324454374
Binary10110100111010010111100100100110011010100100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474BC; }

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

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

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

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

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

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

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

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