Shades of Medium Orchid #B73DDD
Tints of Medium Orchid #B73DDD
RGB
CMYK
RGB Variations
Color information
#B73DDD (or 0xB73DDD) is known color: Medium Orchid. HEX triplet: B7, 3D and DD. RGB value is (183,61,221). Sum of RGB (Red+Green+Blue) = 183+61+221=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B73DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DDD is #48C222. Grayscale: #737373. Windows color (decimal): -4768291 or 14499255. OLE color: 14499255.
HSL color Cylindrical-coordinate representation of color #B73DDD: hue angle of 285.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73DDD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 61 | 221 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.13 |
| HSL | 285.75º | 0.7% | 0.55% | - |
| HSV(B) | 285.75º | 0.72% | 0.87% | - |
| XYZ | 34.25 | 18.63 | 70.2 | - |
| YUV | 115.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 221 | 0.17 | 0.72 | 0 | 0.13 | 285.75 | 0.7 | 0.55 |
| Hex | B7 | 3D | DD | 11 | 48 | 0 | D | 11E | 46 | 37 |
| Octal | 267 | 75 | 335 | 21 | 110 | 0 | 15 | 436 | 106 | 67 |
| Binary | 10110111 | 111101 | 11011101 | 10001 | 1001000 | 0 | 1101 | 100011110 | 1000110 | 110111 |
Color Harmonies of #B73DDD
Complementary color
Monochromatic Colors of #B73DDD
Black with #B73DDD
Text Example
Text Example
White with #B73DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DDD; }
p { color: rgb(183,61,221); }
H1.HeaderClassName
{
color: #B73DDD;
}
.AnyTagClassName
{
color: #B73DDD;
}
</style>
background-color css
<style>
a { background-color: #B73DDD; }
a { background-color: rgb(183,61,221); }
div.DivClassName
{
background-color: #B73DDD;
}
.BgClassName
{
background-color: #B73DDD;
}
</style>
border-color css
<style>
span { border-color: #B73DDD; }
span { border-color: rgb(183,61,221); }
td.TdClassName
{
border-color: #B73DDD;
}
.TagClassName
{
border-color: #B73DDD;
}
</style>