Shades of London Hue #B695B3
Tints of London Hue #B695B3
RGB
CMYK
RGB Variations
Color information
#B695B3 (or 0xB695B3) is known color: London Hue. HEX triplet: B6, 95 and B3. RGB value is (182,149,179). Sum of RGB (Red+Green+Blue) = 182+149+179=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 182 - color contains mainly: red. Hex color #B695B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695B3 is #496A4C. Grayscale: #A2A2A2. Windows color (decimal): -4811341 or 11769270. OLE color: 11769270.
HSL color Cylindrical-coordinate representation of color #B695B3: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B695B3 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 179 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.29 |
| HSL | 305.45º | 0.18% | 0.65% | - |
| HSV(B) | 305.45º | 0.18% | 0.71% | - |
| XYZ | 38.18 | 34.69 | 47.33 | - |
| YUV | 162.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 179 | 0 | 0.18 | 0.02 | 0.29 | 305.45 | 0.18 | 0.65 |
| Hex | B6 | 95 | B3 | 0 | 12 | 2 | 1D | 131 | 12 | 41 |
| Octal | 266 | 225 | 263 | 0 | 22 | 2 | 35 | 461 | 22 | 101 |
| Binary | 10110110 | 10010101 | 10110011 | 0 | 10010 | 10 | 11101 | 100110001 | 10010 | 1000001 |
Color Harmonies of #B695B3
Complementary color
Monochromatic Colors of #B695B3
Black with #B695B3
Text Example
Text Example
White with #B695B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695B3; }
p { color: rgb(182,149,179); }
H1.HeaderClassName
{
color: #B695B3;
}
.AnyTagClassName
{
color: #B695B3;
}
</style>
background-color css
<style>
a { background-color: #B695B3; }
a { background-color: rgb(182,149,179); }
div.DivClassName
{
background-color: #B695B3;
}
.BgClassName
{
background-color: #B695B3;
}
</style>
border-color css
<style>
span { border-color: #B695B3; }
span { border-color: rgb(182,149,179); }
td.TdClassName
{
border-color: #B695B3;
}
.TagClassName
{
border-color: #B695B3;
}
</style>