Shades of Medium Orchid #B73FED
Tints of Medium Orchid #B73FED
RGB
CMYK
RGB Variations
Color information
#B73FED (or 0xB73FED) is known color: Medium Orchid. HEX triplet: B7, 3F and ED. RGB value is (183,63,237). Sum of RGB (Red+Green+Blue) = 183+63+237=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #B73FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FED is #48C012. Grayscale: #767676. Windows color (decimal): -4767763 or 15548343. OLE color: 15548343.
HSL color Cylindrical-coordinate representation of color #B73FED: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73FED is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 63 | 237 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.07 |
| HSL | 281.38º | 0.83% | 0.59% | - |
| HSV(B) | 281.38º | 0.73% | 0.93% | - |
| XYZ | 36.59 | 19.74 | 82 | - |
| YUV | 118.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 237 | 0.23 | 0.73 | 0 | 0.07 | 281.38 | 0.83 | 0.59 |
| Hex | B7 | 3F | ED | 17 | 49 | 0 | 7 | 119 | 53 | 3B |
| Octal | 267 | 77 | 355 | 27 | 111 | 0 | 7 | 431 | 123 | 73 |
| Binary | 10110111 | 111111 | 11101101 | 10111 | 1001001 | 0 | 111 | 100011001 | 1010011 | 111011 |
Color Harmonies of #B73FED
Complementary color
Monochromatic Colors of #B73FED
Black with #B73FED
Text Example
Text Example
White with #B73FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FED; }
p { color: rgb(183,63,237); }
H1.HeaderClassName
{
color: #B73FED;
}
.AnyTagClassName
{
color: #B73FED;
}
</style>
background-color css
<style>
a { background-color: #B73FED; }
a { background-color: rgb(183,63,237); }
div.DivClassName
{
background-color: #B73FED;
}
.BgClassName
{
background-color: #B73FED;
}
</style>
border-color css
<style>
span { border-color: #B73FED; }
span { border-color: rgb(183,63,237); }
td.TdClassName
{
border-color: #B73FED;
}
.TagClassName
{
border-color: #B73FED;
}
</style>