Html Css Color HEX #B477BA East Side

📋 copy color: '#B477BA'

red 180 ◦ green 119 ◦ blue 186

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

Shades of East Side #B477BA

Tints of East Side #B477BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.35%

R = 37.11%
G = 24.54%
B = 38.35%

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

#B477BA (or 0xB477BA) is known color: East Side. HEX triplet: B4, 77 and BA. RGB value is (180,119,186). Sum of RGB (Red+Green+Blue) = 180+119+186=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B477BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BA is #4B8845. Grayscale: #909090. Windows color (decimal): -4950086 or 12220340. OLE color: 12220340.

HSL color Cylindrical-coordinate representation of color #B477BA: hue angle of 294.63º degrees, saturation: 0.33, 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 #B477BA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 119 186 -
CMYK 0.03 0.36 0 0.27
HSL 294.63º 0.33% 0.6% -
HSV(B) 294.63º 0.36% 0.73% -
XYZ 34.28 26.44 49.75 -
YUV 144.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 180 119 186 0.03 0.36 0 0.27 294.63 0.33 0.6
Hex B4 77 BA 3 24 0 1B 127 21 3C
Octal 264 167 272 3 44 0 33 447 41 74
Binary 10110100 1110111 10111010 11 100100 0 11011 100100111 100001 111100

Color Harmonies of #B477BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477BA

Black with #B477BA

Text Example


Text Example

White with #B477BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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