Shades of London Hue #BE74B3
Tints of London Hue #BE74B3
RGB
CMYK
RGB Variations
Color information
#BE74B3 (or 0xBE74B3) is known color: London Hue. HEX triplet: BE, 74 and B3. RGB value is (190,116,179). Sum of RGB (Red+Green+Blue) = 190+116+179=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74B3 is #418B4C. Grayscale: #919191. Windows color (decimal): -4295501 or 11760830. OLE color: 11760830.
HSL color Cylindrical-coordinate representation of color #BE74B3: hue angle of 308.92º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE74B3 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 179 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.25 |
| HSL | 308.92º | 0.36% | 0.6% | - |
| HSV(B) | 308.92º | 0.39% | 0.75% | - |
| XYZ | 35.62 | 26.69 | 45.92 | - |
| YUV | 145.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 179 | 0 | 0.39 | 0.06 | 0.25 | 308.92 | 0.36 | 0.6 |
| Hex | BE | 74 | B3 | 0 | 27 | 6 | 19 | 135 | 24 | 3C |
| Octal | 276 | 164 | 263 | 0 | 47 | 6 | 31 | 465 | 44 | 74 |
| Binary | 10111110 | 1110100 | 10110011 | 0 | 100111 | 110 | 11001 | 100110101 | 100100 | 111100 |
Color Harmonies of #BE74B3
Complementary color
Monochromatic Colors of #BE74B3
Black with #BE74B3
Text Example
Text Example
White with #BE74B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE74B3; }
p { color: rgb(190,116,179); }
H1.HeaderClassName
{
color: #BE74B3;
}
.AnyTagClassName
{
color: #BE74B3;
}
</style>
background-color css
<style>
a { background-color: #BE74B3; }
a { background-color: rgb(190,116,179); }
div.DivClassName
{
background-color: #BE74B3;
}
.BgClassName
{
background-color: #BE74B3;
}
</style>
border-color css
<style>
span { border-color: #BE74B3; }
span { border-color: rgb(190,116,179); }
td.TdClassName
{
border-color: #BE74B3;
}
.TagClassName
{
border-color: #BE74B3;
}
</style>