Html Css Color HEX #B279AD London Hue

📋 copy color: '#B279AD'

red 178 ◦ green 121 ◦ blue 173

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

Shades of London Hue #B279AD

Tints of London Hue #B279AD

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 37.71%
G = 25.64%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B279AD (or 0xB279AD) is known color: London Hue. HEX triplet: B2, 79 and AD. RGB value is (178,121,173). Sum of RGB (Red+Green+Blue) = 178+121+173=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AD is #4D8652. Grayscale: #8F8F8F. Windows color (decimal): -5080659 or 11368882. OLE color: 11368882.

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

Color convert

RGB 178 121 173 -
CMYK 0 0.32 0.03 0.30
HSL 305.26º 0.27% 0.59% -
HSV(B) 305.26º 0.32% 0.7% -
XYZ 32.74 26.16 42.86 -
YUV 143.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 178 121 173 0 0.32 0.03 0.30 305.26 0.27 0.59
Hex B2 79 AD 0 20 3 1E 131 1B 3B
Octal 262 171 255 0 40 3 36 461 33 73
Binary 10110010 1111001 10101101 0 100000 11 11110 100110001 11011 111011

Color Harmonies of #B279AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279AD

Black with #B279AD

Text Example


Text Example

White with #B279AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279AD; }

 p { color: rgb(178,121,173); }

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

background-color css

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

 a { background-color: rgb(178,121,173); }

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

border-color css

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

 span { border-color: rgb(178,121,173); }

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