Html Css Color HEX #B280AF London Hue

📋 copy color: '#B280AF'

red 178 ◦ green 128 ◦ blue 175

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

Shades of London Hue #B280AF

Tints of London Hue #B280AF

RGB

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

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

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

R = 37.01%
G = 26.61%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B280AF (or 0xB280AF) is known color: London Hue. HEX triplet: B2, 80 and AF. RGB value is (178,128,175). Sum of RGB (Red+Green+Blue) = 178+128+175=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B280AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280AF is #4D7F50. Grayscale: #949494. Windows color (decimal): -5078865 or 11501746. OLE color: 11501746.

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

Color convert

RGB 178 128 175 -
CMYK 0 0.28 0.02 0.30
HSL 303.6º 0.25% 0.6% -
HSV(B) 303.6º 0.28% 0.7% -
XYZ 33.82 28 44.18 -
YUV 148.31 143.07 149.18 -
System Red Green Blue C M Y K H S L
Decimal 178 128 175 0 0.28 0.02 0.30 303.6 0.25 0.6
Hex B2 80 AF 0 1C 2 1E 130 19 3C
Octal 262 200 257 0 34 2 36 460 31 74
Binary 10110010 10000000 10101111 0 11100 10 11110 100110000 11001 111100

Color Harmonies of #B280AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280AF

Black with #B280AF

Text Example


Text Example

White with #B280AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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