Html Css Color HEX #B477CC East Side

📋 copy color: '#B477CC'

red 180 ◦ green 119 ◦ blue 204

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

Shades of East Side #B477CC

Tints of East Side #B477CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 35.79%
G = 23.66%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B477CC (or 0xB477CC) is known color: East Side. HEX triplet: B4, 77 and CC. RGB value is (180,119,204). Sum of RGB (Red+Green+Blue) = 180+119+204=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B477CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B477CC is #4B8833. Grayscale: #929292. Windows color (decimal): -4950068 or 13399988. OLE color: 13399988.

HSL color Cylindrical-coordinate representation of color #B477CC: hue angle of 283.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B477CC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 119 204 -
CMYK 0.12 0.42 0 0.2
HSL 283.06º 0.45% 0.63% -
HSV(B) 283.06º 0.42% 0.8% -
XYZ 36.32 27.26 60.47 -
YUV 146.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 180 119 204 0.12 0.42 0 0.2 283.06 0.45 0.63
Hex B4 77 CC C 2A 0 14 11B 2D 3F
Octal 264 167 314 14 52 0 24 433 55 77
Binary 10110100 1110111 11001100 1100 101010 0 10100 100011011 101101 111111

Color Harmonies of #B477CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477CC

Black with #B477CC

Text Example


Text Example

White with #B477CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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