Html Css Color HEX #B479BA East Side

📋 copy color: '#B479BA'

red 180 ◦ green 121 ◦ blue 186

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

Shades of East Side #B479BA

Tints of East Side #B479BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 36.96%
G = 24.85%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B479BA (or 0xB479BA) is known color: East Side. HEX triplet: B4, 79 and BA. RGB value is (180,121,186). Sum of RGB (Red+Green+Blue) = 180+121+186=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #B479BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BA is #4B8645. Grayscale: #919191. Windows color (decimal): -4949574 or 12220852. OLE color: 12220852.

HSL color Cylindrical-coordinate representation of color #B479BA: hue angle of 294.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B479BA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 121 186 -
CMYK 0.03 0.35 0 0.27
HSL 294.46º 0.32% 0.6% -
HSV(B) 294.46º 0.35% 0.73% -
XYZ 34.52 26.92 49.83 -
YUV 146.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 180 121 186 0.03 0.35 0 0.27 294.46 0.32 0.6
Hex B4 79 BA 3 23 0 1B 126 20 3C
Octal 264 171 272 3 43 0 33 446 40 74
Binary 10110100 1111001 10111010 11 100011 0 11011 100100110 100000 111100

Color Harmonies of #B479BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479BA

Black with #B479BA

Text Example


Text Example

White with #B479BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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