Shades of Medium Orchid #B83ECF
Tints of Medium Orchid #B83ECF
RGB
CMYK
RGB Variations
Color information
#B83ECF (or 0xB83ECF) is known color: Medium Orchid. HEX triplet: B8, 3E and CF. RGB value is (184,62,207). Sum of RGB (Red+Green+Blue) = 184+62+207=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #B83ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ECF is #47C130. Grayscale: #727272. Windows color (decimal): -4702513 or 13582008. OLE color: 13582008.
HSL color Cylindrical-coordinate representation of color #B83ECF: hue angle of 290.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83ECF is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 62 | 207 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.19 |
| HSL | 290.48º | 0.6% | 0.53% | - |
| HSV(B) | 290.48º | 0.7% | 0.81% | - |
| XYZ | 32.75 | 18.14 | 60.81 | - |
| YUV | 115.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 207 | 0.11 | 0.70 | 0 | 0.19 | 290.48 | 0.6 | 0.53 |
| Hex | B8 | 3E | CF | B | 46 | 0 | 13 | 122 | 3C | 35 |
| Octal | 270 | 76 | 317 | 13 | 106 | 0 | 23 | 442 | 74 | 65 |
| Binary | 10111000 | 111110 | 11001111 | 1011 | 1000110 | 0 | 10011 | 100100010 | 111100 | 110101 |
Color Harmonies of #B83ECF
Complementary color
Monochromatic Colors of #B83ECF
Black with #B83ECF
Text Example
Text Example
White with #B83ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83ECF; }
p { color: rgb(184,62,207); }
H1.HeaderClassName
{
color: #B83ECF;
}
.AnyTagClassName
{
color: #B83ECF;
}
</style>
background-color css
<style>
a { background-color: #B83ECF; }
a { background-color: rgb(184,62,207); }
div.DivClassName
{
background-color: #B83ECF;
}
.BgClassName
{
background-color: #B83ECF;
}
</style>
border-color css
<style>
span { border-color: #B83ECF; }
span { border-color: rgb(184,62,207); }
td.TdClassName
{
border-color: #B83ECF;
}
.TagClassName
{
border-color: #B83ECF;
}
</style>