Html Css Color HEX #B279AA London Hue

📋 copy color: '#B279AA'

red 178 ◦ green 121 ◦ blue 170

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

Shades of London Hue #B279AA

Tints of London Hue #B279AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 37.95%
G = 25.8%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B279AA (or 0xB279AA) is known color: London Hue. HEX triplet: B2, 79 and AA. RGB value is (178,121,170). Sum of RGB (Red+Green+Blue) = 178+121+170=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AA is #4D8655. Grayscale: #8F8F8F. Windows color (decimal): -5080662 or 11172274. OLE color: 11172274.

HSL color Cylindrical-coordinate representation of color #B279AA: hue angle of 308.42º 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 #B279AA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 170 -
CMYK 0 0.32 0.04 0.30
HSL 308.42º 0.27% 0.59% -
HSV(B) 308.42º 0.32% 0.7% -
XYZ 32.45 26.04 41.35 -
YUV 143.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 178 121 170 0 0.32 0.04 0.30 308.42 0.27 0.59
Hex B2 79 AA 0 20 4 1E 134 1B 3B
Octal 262 171 252 0 40 4 36 464 33 73
Binary 10110010 1111001 10101010 0 100000 100 11110 100110100 11011 111011

Color Harmonies of #B279AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279AA

Black with #B279AA

Text Example


Text Example

White with #B279AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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