Shades of Medium Orchid #B73FCF
Tints of Medium Orchid #B73FCF
RGB
CMYK
RGB Variations
Color information
#B73FCF (or 0xB73FCF) is known color: Medium Orchid. HEX triplet: B7, 3F and CF. RGB value is (183,63,207). Sum of RGB (Red+Green+Blue) = 183+63+207=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B73FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCF is #48C030. Grayscale: #727272. Windows color (decimal): -4767793 or 13582263. OLE color: 13582263.
HSL color Cylindrical-coordinate representation of color #B73FCF: hue angle of 290º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73FCF is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 63 | 207 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.19 |
| HSL | 290º | 0.6% | 0.53% | - |
| HSV(B) | 290º | 0.7% | 0.81% | - |
| XYZ | 32.57 | 18.13 | 60.81 | - |
| YUV | 115.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 207 | 0.12 | 0.70 | 0 | 0.19 | 290 | 0.6 | 0.53 |
| Hex | B7 | 3F | CF | C | 46 | 0 | 13 | 122 | 3C | 35 |
| Octal | 267 | 77 | 317 | 14 | 106 | 0 | 23 | 442 | 74 | 65 |
| Binary | 10110111 | 111111 | 11001111 | 1100 | 1000110 | 0 | 10011 | 100100010 | 111100 | 110101 |
Color Harmonies of #B73FCF
Complementary color
Monochromatic Colors of #B73FCF
Black with #B73FCF
Text Example
Text Example
White with #B73FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FCF; }
p { color: rgb(183,63,207); }
H1.HeaderClassName
{
color: #B73FCF;
}
.AnyTagClassName
{
color: #B73FCF;
}
</style>
background-color css
<style>
a { background-color: #B73FCF; }
a { background-color: rgb(183,63,207); }
div.DivClassName
{
background-color: #B73FCF;
}
.BgClassName
{
background-color: #B73FCF;
}
</style>
border-color css
<style>
span { border-color: #B73FCF; }
span { border-color: rgb(183,63,207); }
td.TdClassName
{
border-color: #B73FCF;
}
.TagClassName
{
border-color: #B73FCF;
}
</style>