Html Css Color HEX #B473BE East Side

📋 copy color: '#B473BE'

red 180 ◦ green 115 ◦ blue 190

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

Shades of East Side #B473BE

Tints of East Side #B473BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 37.11%
G = 23.71%
B = 39.18%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B473BE (or 0xB473BE) is known color: East Side. HEX triplet: B4, 73 and BE. RGB value is (180,115,190). Sum of RGB (Red+Green+Blue) = 180+115+190=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B473BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473BE is #4B8C41. Grayscale: #8E8E8E. Windows color (decimal): -4951106 or 12481460. OLE color: 12481460.

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

Color convert

RGB 180 115 190 -
CMYK 0.05 0.39 0 0.25
HSL 292º 0.37% 0.6% -
HSV(B) 292º 0.39% 0.75% -
XYZ 34.25 25.68 51.87 -
YUV 142.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 180 115 190 0.05 0.39 0 0.25 292 0.37 0.6
Hex B4 73 BE 5 27 0 19 124 25 3C
Octal 264 163 276 5 47 0 31 444 45 74
Binary 10110100 1110011 10111110 101 100111 0 11001 100100100 100101 111100

Color Harmonies of #B473BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473BE

Black with #B473BE

Text Example


Text Example

White with #B473BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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