#B474CB

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

Shades of East Side #B474CB

Tints of East Side #B474CB

Color information

#B474CB (or 0xB474CB) is unknown color: approx East Side. HEX triplet: B4, 74 and CB. RGB value is (180,116,203). Sum of RGB (Red+Green+Blue) = 180+116+203=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B474CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474CB is #4B8B34. Grayscale: #909090. Windows color (decimal): -4950837 or 13333684. OLE color: 13333684.

HSL color Cylindrical-coordinate representation of color #B474CB: hue angle of 284.14º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B474CB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180116203-
CMYK0.110.4300.20
HSL284.14º45.55%62.55%-
HSV(B)284.14º42.86%79.61%-
XYZ35.8526.5159.73-
YUV145.05160.7152.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.07%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=36.07%
G=23.25%
B=40.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801162030.110.4300.20284.1445.5562.55
HexB474CBB2B01411c2e3f
Octal26416431313530244345677
Binary101101001110100110010111011101011010100100011100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474CB; }

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

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

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

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

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

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

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

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