Shades of Medium Orchid #B74DFE
Tints of Medium Orchid #B74DFE
RGB
CMYK
RGB Variations
Color information
#B74DFE (or 0xB74DFE) is known color: Medium Orchid. HEX triplet: B7, 4D and FE. RGB value is (183,77,254). Sum of RGB (Red+Green+Blue) = 183+77+254=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B74DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DFE is #48B201. Grayscale: #808080. Windows color (decimal): -4764162 or 16666039. OLE color: 16666039.
HSL color Cylindrical-coordinate representation of color #B74DFE: hue angle of 275.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74DFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 77 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 275.93º | 0.99% | 0.65% | - |
| HSV(B) | 275.93º | 0.7% | 1% | - |
| XYZ | 40.07 | 22.53 | 96 | - |
| YUV | 128.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 254 | 0.28 | 0.70 | 0 | 0.00 | 275.93 | 0.99 | 0.65 |
| Hex | B7 | 4D | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 267 | 115 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110111 | 1001101 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B74DFE
Complementary color
Monochromatic Colors of #B74DFE
Black with #B74DFE
Text Example
Text Example
White with #B74DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74DFE; }
p { color: rgb(183,77,254); }
H1.HeaderClassName
{
color: #B74DFE;
}
.AnyTagClassName
{
color: #B74DFE;
}
</style>
background-color css
<style>
a { background-color: #B74DFE; }
a { background-color: rgb(183,77,254); }
div.DivClassName
{
background-color: #B74DFE;
}
.BgClassName
{
background-color: #B74DFE;
}
</style>
border-color css
<style>
span { border-color: #B74DFE; }
span { border-color: rgb(183,77,254); }
td.TdClassName
{
border-color: #B74DFE;
}
.TagClassName
{
border-color: #B74DFE;
}
</style>