Html Css Color HEX #B479BB East Side

📋 copy color: '#B479BB'

red 180 ◦ green 121 ◦ blue 187

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

Shades of East Side #B479BB

Tints of East Side #B479BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 36.89%
G = 24.8%
B = 38.32%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B479BB (or 0xB479BB) is known color: East Side. HEX triplet: B4, 79 and BB. RGB value is (180,121,187). Sum of RGB (Red+Green+Blue) = 180+121+187=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #B479BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B479BB is #4B8644. Grayscale: #919191. Windows color (decimal): -4949573 or 12286388. OLE color: 12286388.

HSL color Cylindrical-coordinate representation of color #B479BB: hue angle of 293.64º degrees, saturation: 0.33, 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 #B479BB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 121 187 -
CMYK 0.04 0.35 0 0.27
HSL 293.64º 0.33% 0.6% -
HSV(B) 293.64º 0.35% 0.73% -
XYZ 34.63 26.97 50.39 -
YUV 146.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 180 121 187 0.04 0.35 0 0.27 293.64 0.33 0.6
Hex B4 79 BB 4 23 0 1B 126 21 3C
Octal 264 171 273 4 43 0 33 446 41 74
Binary 10110100 1111001 10111011 100 100011 0 11011 100100110 100001 111100

Color Harmonies of #B479BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B479BB

Black with #B479BB

Text Example


Text Example

White with #B479BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B479BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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