Html Css Color HEX #B479BF East Side

📋 copy color: '#B479BF'

red 180 ◦ green 121 ◦ blue 191

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

Shades of East Side #B479BF

Tints of East Side #B479BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.82%

R = 36.59%
G = 24.59%
B = 38.82%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B479BF (or 0xB479BF) is known color: East Side. HEX triplet: B4, 79 and BF. RGB value is (180,121,191). Sum of RGB (Red+Green+Blue) = 180+121+191=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #B479BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BF is #4B8640. Grayscale: #929292. Windows color (decimal): -4949569 or 12548532. OLE color: 12548532.

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

Color convert

RGB 180 121 191 -
CMYK 0.06 0.37 0 0.25
HSL 290.57º 0.35% 0.61% -
HSV(B) 290.57º 0.37% 0.75% -
XYZ 35.06 27.14 52.68 -
YUV 146.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 180 121 191 0.06 0.37 0 0.25 290.57 0.35 0.61
Hex B4 79 BF 6 25 0 19 123 23 3D
Octal 264 171 277 6 45 0 31 443 43 75
Binary 10110100 1111001 10111111 110 100101 0 11001 100100011 100011 111101

Color Harmonies of #B479BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479BF

Black with #B479BF

Text Example


Text Example

White with #B479BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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