Shades of Medium Orchid #B84ECF
Tints of Medium Orchid #B84ECF
RGB
CMYK
RGB Variations
Color information
#B84ECF (or 0xB84ECF) is known color: Medium Orchid. HEX triplet: B8, 4E and CF. RGB value is (184,78,207). Sum of RGB (Red+Green+Blue) = 184+78+207=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #B84ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84ECF is #47B130. Grayscale: #7B7B7B. Windows color (decimal): -4698417 or 13586104. OLE color: 13586104.
HSL color Cylindrical-coordinate representation of color #B84ECF: hue angle of 289.3º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84ECF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 78 | 207 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.19 |
| HSL | 289.3º | 0.57% | 0.56% | - |
| HSV(B) | 289.3º | 0.62% | 0.81% | - |
| XYZ | 33.75 | 20.14 | 61.14 | - |
| YUV | 124.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 207 | 0.11 | 0.62 | 0 | 0.19 | 289.3 | 0.57 | 0.56 |
| Hex | B8 | 4E | CF | B | 3E | 0 | 13 | 121 | 39 | 38 |
| Octal | 270 | 116 | 317 | 13 | 76 | 0 | 23 | 441 | 71 | 70 |
| Binary | 10111000 | 1001110 | 11001111 | 1011 | 111110 | 0 | 10011 | 100100001 | 111001 | 111000 |
Color Harmonies of #B84ECF
Complementary color
Monochromatic Colors of #B84ECF
Black with #B84ECF
Text Example
Text Example
White with #B84ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84ECF; }
p { color: rgb(184,78,207); }
H1.HeaderClassName
{
color: #B84ECF;
}
.AnyTagClassName
{
color: #B84ECF;
}
</style>
background-color css
<style>
a { background-color: #B84ECF; }
a { background-color: rgb(184,78,207); }
div.DivClassName
{
background-color: #B84ECF;
}
.BgClassName
{
background-color: #B84ECF;
}
</style>
border-color css
<style>
span { border-color: #B84ECF; }
span { border-color: rgb(184,78,207); }
td.TdClassName
{
border-color: #B84ECF;
}
.TagClassName
{
border-color: #B84ECF;
}
</style>