Shades of Medium Orchid #B73DFE
Tints of Medium Orchid #B73DFE
RGB
CMYK
RGB Variations
Color information
#B73DFE (or 0xB73DFE) is known color: Medium Orchid. HEX triplet: B7, 3D and FE. RGB value is (183,61,254). Sum of RGB (Red+Green+Blue) = 183+61+254=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B73DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73DFE is #48C201. Grayscale: #767676. Windows color (decimal): -4768258 or 16661943. OLE color: 16661943.
HSL color Cylindrical-coordinate representation of color #B73DFE: hue angle of 277.93º 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 #B73DFE is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 61 | 254 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.00 |
| HSL | 277.93º | 0.99% | 0.62% | - |
| HSV(B) | 277.93º | 0.76% | 1% | - |
| XYZ | 39.09 | 20.56 | 95.67 | - |
| YUV | 119.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 254 | 0.28 | 0.76 | 0 | 0.00 | 277.93 | 0.99 | 0.62 |
| Hex | B7 | 3D | FE | 1C | 4C | 0 | 0 | 116 | 63 | 3E |
| Octal | 267 | 75 | 376 | 34 | 114 | 0 | 0 | 426 | 143 | 76 |
| Binary | 10110111 | 111101 | 11111110 | 11100 | 1001100 | 0 | 0 | 100010110 | 1100011 | 111110 |
Color Harmonies of #B73DFE
Complementary color
Monochromatic Colors of #B73DFE
Black with #B73DFE
Text Example
Text Example
White with #B73DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DFE; }
p { color: rgb(183,61,254); }
H1.HeaderClassName
{
color: #B73DFE;
}
.AnyTagClassName
{
color: #B73DFE;
}
</style>
background-color css
<style>
a { background-color: #B73DFE; }
a { background-color: rgb(183,61,254); }
div.DivClassName
{
background-color: #B73DFE;
}
.BgClassName
{
background-color: #B73DFE;
}
</style>
border-color css
<style>
span { border-color: #B73DFE; }
span { border-color: rgb(183,61,254); }
td.TdClassName
{
border-color: #B73DFE;
}
.TagClassName
{
border-color: #B73DFE;
}
</style>