Shades of Medium Orchid #B73FCB
Tints of Medium Orchid #B73FCB
RGB
CMYK
RGB Variations
Color information
#B73FCB (or 0xB73FCB) is known color: Medium Orchid. HEX triplet: B7, 3F and CB. RGB value is (183,63,203). Sum of RGB (Red+Green+Blue) = 183+63+203=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B73FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCB is #48C034. Grayscale: #727272. Windows color (decimal): -4767797 or 13320119. OLE color: 13320119.
HSL color Cylindrical-coordinate representation of color #B73FCB: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73FCB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 63 | 203 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.20 |
| HSL | 291.43º | 0.57% | 0.52% | - |
| HSV(B) | 291.43º | 0.69% | 0.8% | - |
| XYZ | 32.09 | 17.93 | 58.27 | - |
| YUV | 114.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 203 | 0.10 | 0.69 | 0 | 0.20 | 291.43 | 0.57 | 0.52 |
| Hex | B7 | 3F | CB | A | 45 | 0 | 14 | 123 | 39 | 34 |
| Octal | 267 | 77 | 313 | 12 | 105 | 0 | 24 | 443 | 71 | 64 |
| Binary | 10110111 | 111111 | 11001011 | 1010 | 1000101 | 0 | 10100 | 100100011 | 111001 | 110100 |
Color Harmonies of #B73FCB
Complementary color
Monochromatic Colors of #B73FCB
Black with #B73FCB
Text Example
Text Example
White with #B73FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FCB; }
p { color: rgb(183,63,203); }
H1.HeaderClassName
{
color: #B73FCB;
}
.AnyTagClassName
{
color: #B73FCB;
}
</style>
background-color css
<style>
a { background-color: #B73FCB; }
a { background-color: rgb(183,63,203); }
div.DivClassName
{
background-color: #B73FCB;
}
.BgClassName
{
background-color: #B73FCB;
}
</style>
border-color css
<style>
span { border-color: #B73FCB; }
span { border-color: rgb(183,63,203); }
td.TdClassName
{
border-color: #B73FCB;
}
.TagClassName
{
border-color: #B73FCB;
}
</style>