Shades of Medium Orchid #B83DCD
Tints of Medium Orchid #B83DCD
RGB
CMYK
RGB Variations
Color information
#B83DCD (or 0xB83DCD) is known color: Medium Orchid. HEX triplet: B8, 3D and CD. RGB value is (184,61,205). Sum of RGB (Red+Green+Blue) = 184+61+205=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DCD is #47C232. Grayscale: #717171. Windows color (decimal): -4702771 or 13450680. OLE color: 13450680.
HSL color Cylindrical-coordinate representation of color #B83DCD: hue angle of 291.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83DCD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 61 | 205 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.20 |
| HSL | 291.25º | 0.59% | 0.52% | - |
| HSV(B) | 291.25º | 0.7% | 0.8% | - |
| XYZ | 32.46 | 17.94 | 59.51 | - |
| YUV | 114.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 205 | 0.10 | 0.70 | 0 | 0.20 | 291.25 | 0.59 | 0.52 |
| Hex | B8 | 3D | CD | A | 46 | 0 | 14 | 123 | 3B | 34 |
| Octal | 270 | 75 | 315 | 12 | 106 | 0 | 24 | 443 | 73 | 64 |
| Binary | 10111000 | 111101 | 11001101 | 1010 | 1000110 | 0 | 10100 | 100100011 | 111011 | 110100 |
Color Harmonies of #B83DCD
Complementary color
Monochromatic Colors of #B83DCD
Black with #B83DCD
Text Example
Text Example
White with #B83DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DCD; }
p { color: rgb(184,61,205); }
H1.HeaderClassName
{
color: #B83DCD;
}
.AnyTagClassName
{
color: #B83DCD;
}
</style>
background-color css
<style>
a { background-color: #B83DCD; }
a { background-color: rgb(184,61,205); }
div.DivClassName
{
background-color: #B83DCD;
}
.BgClassName
{
background-color: #B83DCD;
}
</style>
border-color css
<style>
span { border-color: #B83DCD; }
span { border-color: rgb(184,61,205); }
td.TdClassName
{
border-color: #B83DCD;
}
.TagClassName
{
border-color: #B83DCD;
}
</style>