Shades of London Hue #B374AF
Tints of London Hue #B374AF
RGB
CMYK
RGB Variations
Color information
#B374AF (or 0xB374AF) is known color: London Hue. HEX triplet: B3, 74 and AF. RGB value is (179,116,175). Sum of RGB (Red+Green+Blue) = 179+116+175=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B374AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B374AF is #4C8B50. Grayscale: #8D8D8D. Windows color (decimal): -5016401 or 11498675. OLE color: 11498675.
HSL color Cylindrical-coordinate representation of color #B374AF: hue angle of 303.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B374AF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 175 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.30 |
| HSL | 303.81º | 0.29% | 0.58% | - |
| HSV(B) | 303.81º | 0.35% | 0.7% | - |
| XYZ | 32.57 | 25.17 | 43.7 | - |
| YUV | 141.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 175 | 0 | 0.35 | 0.02 | 0.30 | 303.81 | 0.29 | 0.58 |
| Hex | B3 | 74 | AF | 0 | 23 | 2 | 1E | 130 | 1D | 3A |
| Octal | 263 | 164 | 257 | 0 | 43 | 2 | 36 | 460 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10101111 | 0 | 100011 | 10 | 11110 | 100110000 | 11101 | 111010 |
Color Harmonies of #B374AF
Complementary color
Monochromatic Colors of #B374AF
Black with #B374AF
Text Example
Text Example
White with #B374AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374AF; }
p { color: rgb(179,116,175); }
H1.HeaderClassName
{
color: #B374AF;
}
.AnyTagClassName
{
color: #B374AF;
}
</style>
background-color css
<style>
a { background-color: #B374AF; }
a { background-color: rgb(179,116,175); }
div.DivClassName
{
background-color: #B374AF;
}
.BgClassName
{
background-color: #B374AF;
}
</style>
border-color css
<style>
span { border-color: #B374AF; }
span { border-color: rgb(179,116,175); }
td.TdClassName
{
border-color: #B374AF;
}
.TagClassName
{
border-color: #B374AF;
}
</style>