Html Css Color HEX #B280AD London Hue

📋 copy color: '#B280AD'

red 178 ◦ green 128 ◦ blue 173

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

Shades of London Hue #B280AD

Tints of London Hue #B280AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 37.16%
G = 26.72%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B280AD (or 0xB280AD) is known color: London Hue. HEX triplet: B2, 80 and AD. RGB value is (178,128,173). Sum of RGB (Red+Green+Blue) = 178+128+173=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AD is #4D7F52. Grayscale: #939393. Windows color (decimal): -5078867 or 11370674. OLE color: 11370674.

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

Color convert

RGB 178 128 173 -
CMYK 0 0.28 0.03 0.30
HSL 306º 0.25% 0.6% -
HSV(B) 306º 0.28% 0.7% -
XYZ 33.62 27.92 43.15 -
YUV 148.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 178 128 173 0 0.28 0.03 0.30 306 0.25 0.6
Hex B2 80 AD 0 1C 3 1E 132 19 3C
Octal 262 200 255 0 34 3 36 462 31 74
Binary 10110010 10000000 10101101 0 11100 11 11110 100110010 11001 111100

Color Harmonies of #B280AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280AD

Black with #B280AD

Text Example


Text Example

White with #B280AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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