Html Css Color HEX #B476BE East Side

📋 copy color: '#B476BE'

red 180 ◦ green 118 ◦ blue 190

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

Shades of East Side #B476BE

Tints of East Side #B476BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.18%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 36.89%
G = 24.18%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B476BE (or 0xB476BE) is known color: East Side. HEX triplet: B4, 76 and BE. RGB value is (180,118,190). Sum of RGB (Red+Green+Blue) = 180+118+190=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B476BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476BE is #4B8941. Grayscale: #909090. Windows color (decimal): -4950338 or 12482228. OLE color: 12482228.

HSL color Cylindrical-coordinate representation of color #B476BE: hue angle of 291.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B476BE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 118 190 -
CMYK 0.05 0.38 0 0.25
HSL 291.67º 0.36% 0.6% -
HSV(B) 291.67º 0.38% 0.75% -
XYZ 34.6 26.38 51.98 -
YUV 144.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 180 118 190 0.05 0.38 0 0.25 291.67 0.36 0.6
Hex B4 76 BE 5 26 0 19 124 24 3C
Octal 264 166 276 5 46 0 31 444 44 74
Binary 10110100 1110110 10111110 101 100110 0 11001 100100100 100100 111100

Color Harmonies of #B476BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476BE

Black with #B476BE

Text Example


Text Example

White with #B476BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476BE; }

 p { color: rgb(180,118,190); }

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

background-color css

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

 a { background-color: rgb(180,118,190); }

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

border-color css

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

 span { border-color: rgb(180,118,190); }

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