Html Css Color HEX #B279AC London Hue

📋 copy color: '#B279AC'

red 178 ◦ green 121 ◦ blue 172

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

Shades of London Hue #B279AC

Tints of London Hue #B279AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 37.79%
G = 25.69%
B = 36.52%

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

#B279AC (or 0xB279AC) is known color: London Hue. HEX triplet: B2, 79 and AC. RGB value is (178,121,172). Sum of RGB (Red+Green+Blue) = 178+121+172=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AC is #4D8653. Grayscale: #8F8F8F. Windows color (decimal): -5080660 or 11303346. OLE color: 11303346.

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

Color convert

RGB 178 121 172 -
CMYK 0 0.32 0.03 0.30
HSL 306.32º 0.27% 0.59% -
HSV(B) 306.32º 0.32% 0.7% -
XYZ 32.64 26.12 42.35 -
YUV 143.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 178 121 172 0 0.32 0.03 0.30 306.32 0.27 0.59
Hex B2 79 AC 0 20 3 1E 132 1B 3B
Octal 262 171 254 0 40 3 36 462 33 73
Binary 10110010 1111001 10101100 0 100000 11 11110 100110010 11011 111011

Color Harmonies of #B279AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279AC

Black with #B279AC

Text Example


Text Example

White with #B279AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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