Html Css Color HEX #B477D0 East Side

📋 copy color: '#B477D0'

red 180 ◦ green 119 ◦ blue 208

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

Shades of East Side #B477D0

Tints of East Side #B477D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 35.5%
G = 23.47%
B = 41.03%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B477D0 (or 0xB477D0) is known color: East Side. HEX triplet: B4, 77 and D0. RGB value is (180,119,208). Sum of RGB (Red+Green+Blue) = 180+119+208=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B477D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477D0 is #4B882F. Grayscale: #939393. Windows color (decimal): -4950064 or 13662132. OLE color: 13662132.

HSL color Cylindrical-coordinate representation of color #B477D0: hue angle of 281.12º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B477D0 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 119 208 -
CMYK 0.13 0.43 0 0.18
HSL 281.12º 0.49% 0.64% -
HSV(B) 281.12º 0.43% 0.82% -
XYZ 36.8 27.45 63.03 -
YUV 147.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 180 119 208 0.13 0.43 0 0.18 281.12 0.49 0.64
Hex B4 77 D0 D 2B 0 12 119 31 40
Octal 264 167 320 15 53 0 22 431 61 100
Binary 10110100 1110111 11010000 1101 101011 0 10010 100011001 110001 1000000

Color Harmonies of #B477D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477D0

Black with #B477D0

Text Example


Text Example

White with #B477D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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