Shades of London Hue #B280B5
Tints of London Hue #B280B5
RGB
CMYK
RGB Variations
Color information
#B280B5 (or 0xB280B5) is known color: London Hue. HEX triplet: B2, 80 and B5. RGB value is (178,128,181). Sum of RGB (Red+Green+Blue) = 178+128+181=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #B280B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280B5 is #4D7F4A. Grayscale: #949494. Windows color (decimal): -5078859 or 11894962. OLE color: 11894962.
HSL color Cylindrical-coordinate representation of color #B280B5: hue angle of 296.6º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B280B5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 128 | 181 | - |
CMYK | 0.02 | 0.29 | 0 | 0.29 |
HSL | 296.6º | 0.26% | 0.61% | - |
HSV(B) | 296.6º | 0.29% | 0.71% | - |
XYZ | 34.42 | 28.24 | 47.35 | - |
YUV | 148.99 | 146.07 | 148.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 128 | 181 | 0.02 | 0.29 | 0 | 0.29 | 296.6 | 0.26 | 0.61 |
Hex | B2 | 80 | B5 | 2 | 1D | 0 | 1D | 129 | 1A | 3D |
Octal | 262 | 200 | 265 | 2 | 35 | 0 | 35 | 451 | 32 | 75 |
Binary | 10110010 | 10000000 | 10110101 | 10 | 11101 | 0 | 11101 | 100101001 | 11010 | 111101 |
Color Harmonies of #B280B5
Complementary color
Monochromatic Colors of #B280B5
Black with #B280B5
Text Example
Text Example
White with #B280B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280B5; }
p { color: rgb(178,128,181); }
H1.HeaderClassName
{
color: #B280B5;
}
.AnyTagClassName
{
color: #B280B5;
}
</style>
background-color css
<style>
a { background-color: #B280B5; }
a { background-color: rgb(178,128,181); }
div.DivClassName
{
background-color: #B280B5;
}
.BgClassName
{
background-color: #B280B5;
}
</style>
border-color css
<style>
span { border-color: #B280B5; }
span { border-color: rgb(178,128,181); }
td.TdClassName
{
border-color: #B280B5;
}
.TagClassName
{
border-color: #B280B5;
}
</style>