Html Css Color HEX #B477C9 East Side

📋 copy color: '#B477C9'

red 180 ◦ green 119 ◦ blue 201

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

Shades of East Side #B477C9

Tints of East Side #B477C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 36%
G = 23.8%
B = 40.2%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B477C9 (or 0xB477C9) is known color: East Side. HEX triplet: B4, 77 and C9. RGB value is (180,119,201). Sum of RGB (Red+Green+Blue) = 180+119+201=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #B477C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477C9 is #4B8836. Grayscale: #929292. Windows color (decimal): -4950071 or 13203380. OLE color: 13203380.

HSL color Cylindrical-coordinate representation of color #B477C9: hue angle of 284.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B477C9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 119 201 -
CMYK 0.10 0.41 0 0.21
HSL 284.63º 0.43% 0.63% -
HSV(B) 284.63º 0.41% 0.79% -
XYZ 35.96 27.11 58.6 -
YUV 146.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 180 119 201 0.10 0.41 0 0.21 284.63 0.43 0.63
Hex B4 77 C9 A 29 0 15 11D 2B 3F
Octal 264 167 311 12 51 0 25 435 53 77
Binary 10110100 1110111 11001001 1010 101001 0 10101 100011101 101011 111111

Color Harmonies of #B477C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477C9

Black with #B477C9

Text Example


Text Example

White with #B477C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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