Html Css Color HEX #B477BB East Side

📋 copy color: '#B477BB'

red 180 ◦ green 119 ◦ blue 187

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

Shades of East Side #B477BB

Tints of East Side #B477BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 37.04%
G = 24.49%
B = 38.48%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B477BB (or 0xB477BB) is known color: East Side. HEX triplet: B4, 77 and BB. RGB value is (180,119,187). Sum of RGB (Red+Green+Blue) = 180+119+187=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B477BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477BB is #4B8844. Grayscale: #909090. Windows color (decimal): -4950085 or 12285876. OLE color: 12285876.

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

Color convert

RGB 180 119 187 -
CMYK 0.04 0.36 0 0.27
HSL 293.82º 0.33% 0.6% -
HSV(B) 293.82º 0.36% 0.73% -
XYZ 34.39 26.48 50.31 -
YUV 144.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 180 119 187 0.04 0.36 0 0.27 293.82 0.33 0.6
Hex B4 77 BB 4 24 0 1B 126 21 3C
Octal 264 167 273 4 44 0 33 446 41 74
Binary 10110100 1110111 10111011 100 100100 0 11011 100100110 100001 111100

Color Harmonies of #B477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477BB

Black with #B477BB

Text Example


Text Example

White with #B477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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