Shades of Medium Orchid #B83ADF
Tints of Medium Orchid #B83ADF
RGB
CMYK
RGB Variations
Color information
#B83ADF (or 0xB83ADF) is known color: Medium Orchid. HEX triplet: B8, 3A and DF. RGB value is (184,58,223). Sum of RGB (Red+Green+Blue) = 184+58+223=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B83ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ADF is #47C520. Grayscale: #717171. Windows color (decimal): -4703521 or 14629560. OLE color: 14629560.
HSL color Cylindrical-coordinate representation of color #B83ADF: hue angle of 285.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83ADF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 58 | 223 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.13 |
| HSL | 285.82º | 0.72% | 0.55% | - |
| HSV(B) | 285.82º | 0.74% | 0.87% | - |
| XYZ | 34.6 | 18.54 | 71.57 | - |
| YUV | 114.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 223 | 0.17 | 0.74 | 0 | 0.13 | 285.82 | 0.72 | 0.55 |
| Hex | B8 | 3A | DF | 11 | 4A | 0 | D | 11E | 48 | 37 |
| Octal | 270 | 72 | 337 | 21 | 112 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10111000 | 111010 | 11011111 | 10001 | 1001010 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #B83ADF
Complementary color
Monochromatic Colors of #B83ADF
Black with #B83ADF
Text Example
Text Example
White with #B83ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83ADF; }
p { color: rgb(184,58,223); }
H1.HeaderClassName
{
color: #B83ADF;
}
.AnyTagClassName
{
color: #B83ADF;
}
</style>
background-color css
<style>
a { background-color: #B83ADF; }
a { background-color: rgb(184,58,223); }
div.DivClassName
{
background-color: #B83ADF;
}
.BgClassName
{
background-color: #B83ADF;
}
</style>
border-color css
<style>
span { border-color: #B83ADF; }
span { border-color: rgb(184,58,223); }
td.TdClassName
{
border-color: #B83ADF;
}
.TagClassName
{
border-color: #B83ADF;
}
</style>