Shades of London Hue #B583B2
Tints of London Hue #B583B2
RGB
CMYK
RGB Variations
Color information
#B583B2 (or 0xB583B2) is known color: London Hue. HEX triplet: B5, 83 and B2. RGB value is (181,131,178). Sum of RGB (Red+Green+Blue) = 181+131+178=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B583B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B583B2 is #4A7C4D. Grayscale: #979797. Windows color (decimal): -4881486 or 11699125. OLE color: 11699125.
HSL color Cylindrical-coordinate representation of color #B583B2: hue angle of 303.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B583B2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 178 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.29 |
| HSL | 303.6º | 0.25% | 0.61% | - |
| HSV(B) | 303.6º | 0.28% | 0.71% | - |
| XYZ | 35.21 | 29.27 | 45.91 | - |
| YUV | 151.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 178 | 0 | 0.28 | 0.02 | 0.29 | 303.6 | 0.25 | 0.61 |
| Hex | B5 | 83 | B2 | 0 | 1C | 2 | 1D | 130 | 19 | 3D |
| Octal | 265 | 203 | 262 | 0 | 34 | 2 | 35 | 460 | 31 | 75 |
| Binary | 10110101 | 10000011 | 10110010 | 0 | 11100 | 10 | 11101 | 100110000 | 11001 | 111101 |
Color Harmonies of #B583B2
Complementary color
Monochromatic Colors of #B583B2
Black with #B583B2
Text Example
Text Example
White with #B583B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B583B2; }
p { color: rgb(181,131,178); }
H1.HeaderClassName
{
color: #B583B2;
}
.AnyTagClassName
{
color: #B583B2;
}
</style>
background-color css
<style>
a { background-color: #B583B2; }
a { background-color: rgb(181,131,178); }
div.DivClassName
{
background-color: #B583B2;
}
.BgClassName
{
background-color: #B583B2;
}
</style>
border-color css
<style>
span { border-color: #B583B2; }
span { border-color: rgb(181,131,178); }
td.TdClassName
{
border-color: #B583B2;
}
.TagClassName
{
border-color: #B583B2;
}
</style>