Shades of Medium Orchid #B73DDF
Tints of Medium Orchid #B73DDF
RGB
CMYK
RGB Variations
Color information
#B73DDF (or 0xB73DDF) is known color: Medium Orchid. HEX triplet: B7, 3D and DF. RGB value is (183,61,223). Sum of RGB (Red+Green+Blue) = 183+61+223=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B73DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DDF is #48C220. Grayscale: #737373. Windows color (decimal): -4768289 or 14630327. OLE color: 14630327.
HSL color Cylindrical-coordinate representation of color #B73DDF: hue angle of 285.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73DDF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 61 | 223 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.13 |
| HSL | 285.19º | 0.72% | 0.56% | - |
| HSV(B) | 285.19º | 0.73% | 0.87% | - |
| XYZ | 34.52 | 18.73 | 71.61 | - |
| YUV | 115.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 223 | 0.18 | 0.73 | 0 | 0.13 | 285.19 | 0.72 | 0.56 |
| Hex | B7 | 3D | DF | 12 | 49 | 0 | D | 11D | 48 | 38 |
| Octal | 267 | 75 | 337 | 22 | 111 | 0 | 15 | 435 | 110 | 70 |
| Binary | 10110111 | 111101 | 11011111 | 10010 | 1001001 | 0 | 1101 | 100011101 | 1001000 | 111000 |
Color Harmonies of #B73DDF
Complementary color
Monochromatic Colors of #B73DDF
Black with #B73DDF
Text Example
Text Example
White with #B73DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DDF; }
p { color: rgb(183,61,223); }
H1.HeaderClassName
{
color: #B73DDF;
}
.AnyTagClassName
{
color: #B73DDF;
}
</style>
background-color css
<style>
a { background-color: #B73DDF; }
a { background-color: rgb(183,61,223); }
div.DivClassName
{
background-color: #B73DDF;
}
.BgClassName
{
background-color: #B73DDF;
}
</style>
border-color css
<style>
span { border-color: #B73DDF; }
span { border-color: rgb(183,61,223); }
td.TdClassName
{
border-color: #B73DDF;
}
.TagClassName
{
border-color: #B73DDF;
}
</style>