#B477CD

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

Shades of East Side #B477CD

Tints of East Side #B477CD

Color information

#B477CD (or 0xB477CD) is unknown color: approx East Side. HEX triplet: B4, 77 and CD. RGB value is (180,119,205). Sum of RGB (Red+Green+Blue) = 180+119+205=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #B477CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477CD is #4B8832. Grayscale: #929292. Windows color (decimal): -4950067 or 13465524. OLE color: 13465524.

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

Color convert

RGB180119205-
CMYK0.120.4200.20
HSL282.56º46.24%63.53%-
HSV(B)282.56º41.95%80.39%-
XYZ36.4427.361.11-
YUV147.04160.71151.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=35.71%
G=23.61%
B=40.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801192050.120.4200.20282.5646.2463.53
HexB477CDC2A01411b2e40
Octal264167315145202443356100
Binary1011010011101111100110111001010100101001000110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B477CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B477CD; }

 p { color: rgb(180,119,205); }

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

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

 a { background-color: rgb(180,119,205); }

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

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

 span { border-color: rgb(180,119,205); }

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