Html Css Color HEX #B477BD East Side

📋 copy color: '#B477BD'

red 180 ◦ green 119 ◦ blue 189

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

Shades of East Side #B477BD

Tints of East Side #B477BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 36.89%
G = 24.39%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B477BD (or 0xB477BD) is known color: East Side. HEX triplet: B4, 77 and BD. RGB value is (180,119,189). Sum of RGB (Red+Green+Blue) = 180+119+189=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B477BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BD is #4B8842. Grayscale: #919191. Windows color (decimal): -4950083 or 12416948. OLE color: 12416948.

HSL color Cylindrical-coordinate representation of color #B477BD: hue angle of 292.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B477BD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 119 189 -
CMYK 0.05 0.37 0 0.26
HSL 292.29º 0.35% 0.6% -
HSV(B) 292.29º 0.37% 0.74% -
XYZ 34.6 26.57 51.45 -
YUV 145.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 180 119 189 0.05 0.37 0 0.26 292.29 0.35 0.6
Hex B4 77 BD 5 25 0 1A 124 23 3C
Octal 264 167 275 5 45 0 32 444 43 74
Binary 10110100 1110111 10111101 101 100101 0 11010 100100100 100011 111100

Color Harmonies of #B477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477BD

Black with #B477BD

Text Example


Text Example

White with #B477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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