Shades of Medium Orchid #B73FDC
Tints of Medium Orchid #B73FDC
RGB
CMYK
RGB Variations
Color information
#B73FDC (or 0xB73FDC) is known color: Medium Orchid. HEX triplet: B7, 3F and DC. RGB value is (183,63,220). Sum of RGB (Red+Green+Blue) = 183+63+220=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B73FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FDC is #48C023. Grayscale: #747474. Windows color (decimal): -4767780 or 14434231. OLE color: 14434231.
HSL color Cylindrical-coordinate representation of color #B73FDC: hue angle of 285.86º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73FDC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 63 | 220 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.14 |
| HSL | 285.86º | 0.69% | 0.55% | - |
| HSV(B) | 285.86º | 0.71% | 0.86% | - |
| XYZ | 34.22 | 18.79 | 69.53 | - |
| YUV | 116.78 | 186.26 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 220 | 0.17 | 0.71 | 0 | 0.14 | 285.86 | 0.69 | 0.55 |
| Hex | B7 | 3F | DC | 11 | 47 | 0 | E | 11E | 45 | 37 |
| Octal | 267 | 77 | 334 | 21 | 107 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110111 | 111111 | 11011100 | 10001 | 1000111 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B73FDC
Complementary color
Monochromatic Colors of #B73FDC
Black with #B73FDC
Text Example
Text Example
White with #B73FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FDC; }
p { color: rgb(183,63,220); }
H1.HeaderClassName
{
color: #B73FDC;
}
.AnyTagClassName
{
color: #B73FDC;
}
</style>
background-color css
<style>
a { background-color: #B73FDC; }
a { background-color: rgb(183,63,220); }
div.DivClassName
{
background-color: #B73FDC;
}
.BgClassName
{
background-color: #B73FDC;
}
</style>
border-color css
<style>
span { border-color: #B73FDC; }
span { border-color: rgb(183,63,220); }
td.TdClassName
{
border-color: #B73FDC;
}
.TagClassName
{
border-color: #B73FDC;
}
</style>