Shades of Medium Orchid #B73BDF
Tints of Medium Orchid #B73BDF
RGB
CMYK
RGB Variations
Color information
#B73BDF (or 0xB73BDF) is known color: Medium Orchid. HEX triplet: B7, 3B and DF. RGB value is (183,59,223). Sum of RGB (Red+Green+Blue) = 183+59+223=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B73BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BDF is #48C420. Grayscale: #727272. Windows color (decimal): -4768801 or 14629815. OLE color: 14629815.
HSL color Cylindrical-coordinate representation of color #B73BDF: hue angle of 285.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73BDF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 59 | 223 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.13 |
| HSL | 285.37º | 0.72% | 0.55% | - |
| HSV(B) | 285.37º | 0.74% | 0.87% | - |
| XYZ | 34.41 | 18.52 | 71.57 | - |
| YUV | 114.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 223 | 0.18 | 0.74 | 0 | 0.13 | 285.37 | 0.72 | 0.55 |
| Hex | B7 | 3B | DF | 12 | 4A | 0 | D | 11D | 48 | 37 |
| Octal | 267 | 73 | 337 | 22 | 112 | 0 | 15 | 435 | 110 | 67 |
| Binary | 10110111 | 111011 | 11011111 | 10010 | 1001010 | 0 | 1101 | 100011101 | 1001000 | 110111 |
Color Harmonies of #B73BDF
Complementary color
Monochromatic Colors of #B73BDF
Black with #B73BDF
Text Example
Text Example
White with #B73BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BDF; }
p { color: rgb(183,59,223); }
H1.HeaderClassName
{
color: #B73BDF;
}
.AnyTagClassName
{
color: #B73BDF;
}
</style>
background-color css
<style>
a { background-color: #B73BDF; }
a { background-color: rgb(183,59,223); }
div.DivClassName
{
background-color: #B73BDF;
}
.BgClassName
{
background-color: #B73BDF;
}
</style>
border-color css
<style>
span { border-color: #B73BDF; }
span { border-color: rgb(183,59,223); }
td.TdClassName
{
border-color: #B73BDF;
}
.TagClassName
{
border-color: #B73BDF;
}
</style>