Shades of Medium Orchid #B73CFE
Tints of Medium Orchid #B73CFE
RGB
CMYK
RGB Variations
Color information
#B73CFE (or 0xB73CFE) is known color: Medium Orchid. HEX triplet: B7, 3C and FE. RGB value is (183,60,254). Sum of RGB (Red+Green+Blue) = 183+60+254=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B73CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CFE is #48C301. Grayscale: #767676. Windows color (decimal): -4768514 or 16661687. OLE color: 16661687.
HSL color Cylindrical-coordinate representation of color #B73CFE: hue angle of 278.04º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73CFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 60 | 254 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.00 |
| HSL | 278.04º | 0.99% | 0.62% | - |
| HSV(B) | 278.04º | 0.76% | 1% | - |
| XYZ | 39.03 | 20.45 | 95.66 | - |
| YUV | 118.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 254 | 0.28 | 0.76 | 0 | 0.00 | 278.04 | 0.99 | 0.62 |
| Hex | B7 | 3C | FE | 1C | 4C | 0 | 0 | 116 | 63 | 3E |
| Octal | 267 | 74 | 376 | 34 | 114 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10110111 | 111100 | 11111110 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B73CFE
Complementary color
Monochromatic Colors of #B73CFE
Black with #B73CFE
Text Example
Text Example
White with #B73CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CFE; }
p { color: rgb(183,60,254); }
H1.HeaderClassName
{
color: #B73CFE;
}
.AnyTagClassName
{
color: #B73CFE;
}
</style>
background-color css
<style>
a { background-color: #B73CFE; }
a { background-color: rgb(183,60,254); }
div.DivClassName
{
background-color: #B73CFE;
}
.BgClassName
{
background-color: #B73CFE;
}
</style>
border-color css
<style>
span { border-color: #B73CFE; }
span { border-color: rgb(183,60,254); }
td.TdClassName
{
border-color: #B73CFE;
}
.TagClassName
{
border-color: #B73CFE;
}
</style>