Html Css Color HEX #B479D6 East Side

📋 copy color: '#B479D6'

red 180 ◦ green 121 ◦ blue 214

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

Shades of East Side #B479D6

Tints of East Side #B479D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.55%

R = 34.95%
G = 23.5%
B = 41.55%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B479D6 (or 0xB479D6) is known color: East Side. HEX triplet: B4, 79 and D6. RGB value is (180,121,214). Sum of RGB (Red+Green+Blue) = 180+121+214=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #B479D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479D6 is #4B8629. Grayscale: #949494. Windows color (decimal): -4949546 or 14055860. OLE color: 14055860.

HSL color Cylindrical-coordinate representation of color #B479D6: hue angle of 278.06º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B479D6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 121 214 -
CMYK 0.16 0.43 0 0.16
HSL 278.06º 0.53% 0.66% -
HSV(B) 278.06º 0.43% 0.84% -
XYZ 37.8 28.23 67.08 -
YUV 149.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 180 121 214 0.16 0.43 0 0.16 278.06 0.53 0.66
Hex B4 79 D6 10 2B 0 10 116 35 42
Octal 264 171 326 20 53 0 20 426 65 102
Binary 10110100 1111001 11010110 10000 101011 0 10000 100010110 110101 1000010

Color Harmonies of #B479D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479D6

Black with #B479D6

Text Example


Text Example

White with #B479D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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