Html Css Color HEX #B280AB London Hue

📋 copy color: '#B280AB'

red 178 ◦ green 128 ◦ blue 171

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

Shades of London Hue #B280AB

Tints of London Hue #B280AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.83%

 BLUE value IS 171 (67.19% from 255) = 35.85%

R = 37.32%
G = 26.83%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B280AB (or 0xB280AB) is known color: London Hue. HEX triplet: B2, 80 and AB. RGB value is (178,128,171). Sum of RGB (Red+Green+Blue) = 178+128+171=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AB is #4D7F54. Grayscale: #939393. Windows color (decimal): -5078869 or 11239602. OLE color: 11239602.

HSL color Cylindrical-coordinate representation of color #B280AB: hue angle of 308.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B280AB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 171 -
CMYK 0 0.28 0.04 0.30
HSL 308.4º 0.25% 0.6% -
HSV(B) 308.4º 0.28% 0.7% -
XYZ 33.43 27.84 42.14 -
YUV 147.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 178 128 171 0 0.28 0.04 0.30 308.4 0.25 0.6
Hex B2 80 AB 0 1C 4 1E 134 19 3C
Octal 262 200 253 0 34 4 36 464 31 74
Binary 10110010 10000000 10101011 0 11100 100 11110 100110100 11001 111100

Color Harmonies of #B280AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280AB

Black with #B280AB

Text Example


Text Example

White with #B280AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280AB; }

 p { color: rgb(178,128,171); }

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

background-color css

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

 a { background-color: rgb(178,128,171); }

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

border-color css

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

 span { border-color: rgb(178,128,171); }

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