Html Css Color HEX #B279AE London Hue

📋 copy color: '#B279AE'

red 178 ◦ green 121 ◦ blue 174

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

Shades of London Hue #B279AE

Tints of London Hue #B279AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 37.63%
G = 25.58%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B279AE (or 0xB279AE) is known color: London Hue. HEX triplet: B2, 79 and AE. RGB value is (178,121,174). Sum of RGB (Red+Green+Blue) = 178+121+174=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AE is #4D8651. Grayscale: #8F8F8F. Windows color (decimal): -5080658 or 11434418. OLE color: 11434418.

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

Color convert

RGB 178 121 174 -
CMYK 0 0.32 0.02 0.30
HSL 304.21º 0.27% 0.59% -
HSV(B) 304.21º 0.32% 0.7% -
XYZ 32.84 26.2 43.37 -
YUV 144.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 178 121 174 0 0.32 0.02 0.30 304.21 0.27 0.59
Hex B2 79 AE 0 20 2 1E 130 1B 3B
Octal 262 171 256 0 40 2 36 460 33 73
Binary 10110010 1111001 10101110 0 100000 10 11110 100110000 11011 111011

Color Harmonies of #B279AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279AE

Black with #B279AE

Text Example


Text Example

White with #B279AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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