Html Css Color HEX #B279AF London Hue

📋 copy color: '#B279AF'

red 178 ◦ green 121 ◦ blue 175

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

Shades of London Hue #B279AF

Tints of London Hue #B279AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 37.55%
G = 25.53%
B = 36.92%

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

#B279AF (or 0xB279AF) is known color: London Hue. HEX triplet: B2, 79 and AF. RGB value is (178,121,175). Sum of RGB (Red+Green+Blue) = 178+121+175=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B279AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B279AF is #4D8650. Grayscale: #909090. Windows color (decimal): -5080657 or 11499954. OLE color: 11499954.

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

Color convert

RGB 178 121 175 -
CMYK 0 0.32 0.02 0.30
HSL 303.16º 0.27% 0.59% -
HSV(B) 303.16º 0.32% 0.7% -
XYZ 32.94 26.23 43.89 -
YUV 144.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 178 121 175 0 0.32 0.02 0.30 303.16 0.27 0.59
Hex B2 79 AF 0 20 2 1E 12F 1B 3B
Octal 262 171 257 0 40 2 36 457 33 73
Binary 10110010 1111001 10101111 0 100000 10 11110 100101111 11011 111011

Color Harmonies of #B279AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279AF

Black with #B279AF

Text Example


Text Example

White with #B279AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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