Shades of Medium Orchid #B74DFF
Tints of Medium Orchid #B74DFF
RGB
CMYK
RGB Variations
Color information
#B74DFF (or 0xB74DFF) is known color: Medium Orchid. HEX triplet: B7, 4D and FF. RGB value is (183,77,255). Sum of RGB (Red+Green+Blue) = 183+77+255=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B74DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DFF is #48B200. Grayscale: #808080. Windows color (decimal): -4764161 or 16731575. OLE color: 16731575.
HSL color Cylindrical-coordinate representation of color #B74DFF: hue angle of 275.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74DFF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 77 | 255 | - |
| CMYK | 0.28 | 0.70 | 0 | 0 |
| HSL | 275.73º | 1% | 0.65% | - |
| HSV(B) | 275.73º | 0.7% | 1% | - |
| XYZ | 40.23 | 22.6 | 96.85 | - |
| YUV | 128.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 255 | 0.28 | 0.70 | 0 | 0 | 275.73 | 1 | 0.65 |
| Hex | B7 | 4D | FF | 1C | 46 | 0 | 0 | 114 | 64 | 41 |
| Octal | 267 | 115 | 377 | 34 | 106 | 0 | 0 | 424 | 144 | 101 |
| Binary | 10110111 | 1001101 | 11111111 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100100 | 1000001 |
Color Harmonies of #B74DFF
Complementary color
Monochromatic Colors of #B74DFF
Black with #B74DFF
Text Example
Text Example
White with #B74DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DFF; }
p { color: rgb(183,77,255); }
H1.HeaderClassName
{
color: #B74DFF;
}
.AnyTagClassName
{
color: #B74DFF;
}
</style>
background-color css
<style>
a { background-color: #B74DFF; }
a { background-color: rgb(183,77,255); }
div.DivClassName
{
background-color: #B74DFF;
}
.BgClassName
{
background-color: #B74DFF;
}
</style>
border-color css
<style>
span { border-color: #B74DFF; }
span { border-color: rgb(183,77,255); }
td.TdClassName
{
border-color: #B74DFF;
}
.TagClassName
{
border-color: #B74DFF;
}
</style>