Shades of Medium Orchid #B83DCC
Tints of Medium Orchid #B83DCC
RGB
CMYK
RGB Variations
Color information
#B83DCC (or 0xB83DCC) is known color: Medium Orchid. HEX triplet: B8, 3D and CC. RGB value is (184,61,204). Sum of RGB (Red+Green+Blue) = 184+61+204=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B83DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DCC is #47C233. Grayscale: #717171. Windows color (decimal): -4702772 or 13385144. OLE color: 13385144.
HSL color Cylindrical-coordinate representation of color #B83DCC: hue angle of 291.61º degrees, saturation: 0.58, 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 #B83DCC is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 61 | 204 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.2 |
| HSL | 291.61º | 0.58% | 0.52% | - |
| HSV(B) | 291.61º | 0.7% | 0.8% | - |
| XYZ | 32.33 | 17.89 | 58.88 | - |
| YUV | 114.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 204 | 0.10 | 0.70 | 0 | 0.2 | 291.61 | 0.58 | 0.52 |
| Hex | B8 | 3D | CC | A | 46 | 0 | 14 | 124 | 3A | 34 |
| Octal | 270 | 75 | 314 | 12 | 106 | 0 | 24 | 444 | 72 | 64 |
| Binary | 10111000 | 111101 | 11001100 | 1010 | 1000110 | 0 | 10100 | 100100100 | 111010 | 110100 |
Color Harmonies of #B83DCC
Complementary color
Monochromatic Colors of #B83DCC
Black with #B83DCC
Text Example
Text Example
White with #B83DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83DCC; }
p { color: rgb(184,61,204); }
H1.HeaderClassName
{
color: #B83DCC;
}
.AnyTagClassName
{
color: #B83DCC;
}
</style>
background-color css
<style>
a { background-color: #B83DCC; }
a { background-color: rgb(184,61,204); }
div.DivClassName
{
background-color: #B83DCC;
}
.BgClassName
{
background-color: #B83DCC;
}
</style>
border-color css
<style>
span { border-color: #B83DCC; }
span { border-color: rgb(184,61,204); }
td.TdClassName
{
border-color: #B83DCC;
}
.TagClassName
{
border-color: #B83DCC;
}
</style>