Shades of Medium Orchid #B83DC9
Tints of Medium Orchid #B83DC9
RGB
CMYK
RGB Variations
Color information
#B83DC9 (or 0xB83DC9) is known color: Medium Orchid. HEX triplet: B8, 3D and C9. RGB value is (184,61,201). Sum of RGB (Red+Green+Blue) = 184+61+201=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #B83DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DC9 is #47C236. Grayscale: #717171. Windows color (decimal): -4702775 or 13188536. OLE color: 13188536.
HSL color Cylindrical-coordinate representation of color #B83DC9: hue angle of 292.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83DC9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 61 | 201 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.21 |
| HSL | 292.71º | 0.56% | 0.51% | - |
| HSV(B) | 292.71º | 0.7% | 0.79% | - |
| XYZ | 31.98 | 17.74 | 57 | - |
| YUV | 113.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 201 | 0.08 | 0.70 | 0 | 0.21 | 292.71 | 0.56 | 0.51 |
| Hex | B8 | 3D | C9 | 8 | 46 | 0 | 15 | 125 | 38 | 33 |
| Octal | 270 | 75 | 311 | 10 | 106 | 0 | 25 | 445 | 70 | 63 |
| Binary | 10111000 | 111101 | 11001001 | 1000 | 1000110 | 0 | 10101 | 100100101 | 111000 | 110011 |
Color Harmonies of #B83DC9
Complementary color
Monochromatic Colors of #B83DC9
Black with #B83DC9
Text Example
Text Example
White with #B83DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DC9; }
p { color: rgb(184,61,201); }
H1.HeaderClassName
{
color: #B83DC9;
}
.AnyTagClassName
{
color: #B83DC9;
}
</style>
background-color css
<style>
a { background-color: #B83DC9; }
a { background-color: rgb(184,61,201); }
div.DivClassName
{
background-color: #B83DC9;
}
.BgClassName
{
background-color: #B83DC9;
}
</style>
border-color css
<style>
span { border-color: #B83DC9; }
span { border-color: rgb(184,61,201); }
td.TdClassName
{
border-color: #B83DC9;
}
.TagClassName
{
border-color: #B83DC9;
}
</style>