Shades of London Hue #B782B2
Tints of London Hue #B782B2
RGB
CMYK
RGB Variations
Color information
#B782B2 (or 0xB782B2) is known color: London Hue. HEX triplet: B7, 82 and B2. RGB value is (183,130,178). Sum of RGB (Red+Green+Blue) = 183+130+178=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 183 - color contains mainly: red. Hex color #B782B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782B2 is #487D4D. Grayscale: #979797. Windows color (decimal): -4750670 or 11698871. OLE color: 11698871.
HSL color Cylindrical-coordinate representation of color #B782B2: hue angle of 305.66º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B782B2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 178 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.28 |
| HSL | 305.66º | 0.27% | 0.61% | - |
| HSV(B) | 305.66º | 0.29% | 0.72% | - |
| XYZ | 35.55 | 29.25 | 45.89 | - |
| YUV | 151.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 178 | 0 | 0.29 | 0.03 | 0.28 | 305.66 | 0.27 | 0.61 |
| Hex | B7 | 82 | B2 | 0 | 1D | 3 | 1C | 132 | 1B | 3D |
| Octal | 267 | 202 | 262 | 0 | 35 | 3 | 34 | 462 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10110010 | 0 | 11101 | 11 | 11100 | 100110010 | 11011 | 111101 |
Color Harmonies of #B782B2
Complementary color
Monochromatic Colors of #B782B2
Black with #B782B2
Text Example
Text Example
White with #B782B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B782B2; }
p { color: rgb(183,130,178); }
H1.HeaderClassName
{
color: #B782B2;
}
.AnyTagClassName
{
color: #B782B2;
}
</style>
background-color css
<style>
a { background-color: #B782B2; }
a { background-color: rgb(183,130,178); }
div.DivClassName
{
background-color: #B782B2;
}
.BgClassName
{
background-color: #B782B2;
}
</style>
border-color css
<style>
span { border-color: #B782B2; }
span { border-color: rgb(183,130,178); }
td.TdClassName
{
border-color: #B782B2;
}
.TagClassName
{
border-color: #B782B2;
}
</style>