Html Css Color HEX #B479BE East Side

📋 copy color: '#B479BE'

red 180 ◦ green 121 ◦ blue 190

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

Shades of East Side #B479BE

Tints of East Side #B479BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.64%

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

R = 36.66%
G = 24.64%
B = 38.7%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B479BE (or 0xB479BE) is known color: East Side. HEX triplet: B4, 79 and BE. RGB value is (180,121,190). Sum of RGB (Red+Green+Blue) = 180+121+190=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #B479BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BE is #4B8641. Grayscale: #929292. Windows color (decimal): -4949570 or 12482996. OLE color: 12482996.

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

Color convert

RGB 180 121 190 -
CMYK 0.05 0.36 0 0.25
HSL 291.3º 0.35% 0.61% -
HSV(B) 291.3º 0.36% 0.75% -
XYZ 34.95 27.1 52.1 -
YUV 146.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 180 121 190 0.05 0.36 0 0.25 291.3 0.35 0.61
Hex B4 79 BE 5 24 0 19 123 23 3D
Octal 264 171 276 5 44 0 31 443 43 75
Binary 10110100 1111001 10111110 101 100100 0 11001 100100011 100011 111101

Color Harmonies of #B479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479BE

Black with #B479BE

Text Example


Text Example

White with #B479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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