Html Css Color HEX #B477CE East Side

📋 copy color: '#B477CE'

red 180 ◦ green 119 ◦ blue 206

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

Shades of East Side #B477CE

Tints of East Side #B477CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 35.64%
G = 23.56%
B = 40.79%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B477CE (or 0xB477CE) is known color: East Side. HEX triplet: B4, 77 and CE. RGB value is (180,119,206). Sum of RGB (Red+Green+Blue) = 180+119+206=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B477CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477CE is #4B8831. Grayscale: #929292. Windows color (decimal): -4950066 or 13531060. OLE color: 13531060.

HSL color Cylindrical-coordinate representation of color #B477CE: hue angle of 282.07º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B477CE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 119 206 -
CMYK 0.13 0.42 0 0.19
HSL 282.07º 0.47% 0.64% -
HSV(B) 282.07º 0.42% 0.81% -
XYZ 36.56 27.35 61.75 -
YUV 147.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 180 119 206 0.13 0.42 0 0.19 282.07 0.47 0.64
Hex B4 77 CE D 2A 0 13 11A 2F 40
Octal 264 167 316 15 52 0 23 432 57 100
Binary 10110100 1110111 11001110 1101 101010 0 10011 100011010 101111 1000000

Color Harmonies of #B477CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477CE

Black with #B477CE

Text Example


Text Example

White with #B477CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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