Html Css Color HEX #B477B9 East Side

📋 copy color: '#B477B9'

red 180 ◦ green 119 ◦ blue 185

#B477B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B477B9

Tints of East Side #B477B9

RGB

 RED value IS 180 (70.7% from 255) = 37.19%

 GREEN value IS 119 (46.88% from 255) = 24.59%

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 37.19%
G = 24.59%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B477B9 (or 0xB477B9) is known color: East Side. HEX triplet: B4, 77 and B9. RGB value is (180,119,185). Sum of RGB (Red+Green+Blue) = 180+119+185=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #B477B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477B9 is #4B8846. Grayscale: #909090. Windows color (decimal): -4950087 or 12154804. OLE color: 12154804.

HSL color Cylindrical-coordinate representation of color #B477B9: hue angle of 295.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B477B9 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 119 185 -
CMYK 0.03 0.36 0 0.27
HSL 295.45º 0.32% 0.6% -
HSV(B) 295.45º 0.36% 0.73% -
XYZ 34.18 26.4 49.19 -
YUV 144.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 180 119 185 0.03 0.36 0 0.27 295.45 0.32 0.6
Hex B4 77 B9 3 24 0 1B 127 20 3C
Octal 264 167 271 3 44 0 33 447 40 74
Binary 10110100 1110111 10111001 11 100100 0 11011 100100111 100000 111100

Color Harmonies of #B477B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477B9

Black with #B477B9

Text Example


Text Example

White with #B477B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477B9; }

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

 H1.HeaderClassName
 {
   color: #B477B9;
 }
 .AnyTagClassName
 {
   color: #B477B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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