Shades of Medium Orchid #B83FD4
Tints of Medium Orchid #B83FD4
RGB
CMYK
RGB Variations
Color information
#B83FD4 (or 0xB83FD4) is known color: Medium Orchid. HEX triplet: B8, 3F and D4. RGB value is (184,63,212). Sum of RGB (Red+Green+Blue) = 184+63+212=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #B83FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FD4 is #47C02B. Grayscale: #737373. Windows color (decimal): -4702252 or 13909944. OLE color: 13909944.
HSL color Cylindrical-coordinate representation of color #B83FD4: hue angle of 288.72º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83FD4 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 63 | 212 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.17 |
| HSL | 288.72º | 0.63% | 0.54% | - |
| HSV(B) | 288.72º | 0.7% | 0.83% | - |
| XYZ | 33.43 | 18.5 | 64.1 | - |
| YUV | 116.17 | 182.09 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 212 | 0.13 | 0.70 | 0 | 0.17 | 288.72 | 0.63 | 0.54 |
| Hex | B8 | 3F | D4 | D | 46 | 0 | 11 | 121 | 3F | 36 |
| Octal | 270 | 77 | 324 | 15 | 106 | 0 | 21 | 441 | 77 | 66 |
| Binary | 10111000 | 111111 | 11010100 | 1101 | 1000110 | 0 | 10001 | 100100001 | 111111 | 110110 |
Color Harmonies of #B83FD4
Complementary color
Monochromatic Colors of #B83FD4
Black with #B83FD4
Text Example
Text Example
White with #B83FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83FD4; }
p { color: rgb(184,63,212); }
H1.HeaderClassName
{
color: #B83FD4;
}
.AnyTagClassName
{
color: #B83FD4;
}
</style>
background-color css
<style>
a { background-color: #B83FD4; }
a { background-color: rgb(184,63,212); }
div.DivClassName
{
background-color: #B83FD4;
}
.BgClassName
{
background-color: #B83FD4;
}
</style>
border-color css
<style>
span { border-color: #B83FD4; }
span { border-color: rgb(184,63,212); }
td.TdClassName
{
border-color: #B83FD4;
}
.TagClassName
{
border-color: #B83FD4;
}
</style>