Html Css Color HEX #B279B6 London Hue

📋 copy color: '#B279B6'

red 178 ◦ green 121 ◦ blue 182

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

Shades of London Hue #B279B6

Tints of London Hue #B279B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 37.01%
G = 25.16%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B279B6 (or 0xB279B6) is known color: London Hue. HEX triplet: B2, 79 and B6. RGB value is (178,121,182). Sum of RGB (Red+Green+Blue) = 178+121+182=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #B279B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279B6 is #4D8649. Grayscale: #909090. Windows color (decimal): -5080650 or 11958706. OLE color: 11958706.

HSL color Cylindrical-coordinate representation of color #B279B6: hue angle of 296.07º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B279B6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 121 182 -
CMYK 0.02 0.34 0 0.29
HSL 296.07º 0.29% 0.59% -
HSV(B) 296.07º 0.34% 0.71% -
XYZ 33.64 26.52 47.6 -
YUV 145 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 178 121 182 0.02 0.34 0 0.29 296.07 0.29 0.59
Hex B2 79 B6 2 22 0 1D 128 1D 3B
Octal 262 171 266 2 42 0 35 450 35 73
Binary 10110010 1111001 10110110 10 100010 0 11101 100101000 11101 111011

Color Harmonies of #B279B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B279B6

Black with #B279B6

Text Example


Text Example

White with #B279B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B279B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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