Shades of Medium Orchid #B85CED
Tints of Medium Orchid #B85CED
RGB
CMYK
RGB Variations
Color information
#B85CED (or 0xB85CED) is known color: Medium Orchid. HEX triplet: B8, 5C and ED. RGB value is (184,92,237). Sum of RGB (Red+Green+Blue) = 184+92+237=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #B85CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CED is #47A312. Grayscale: #878787. Windows color (decimal): -4694803 or 15555768. OLE color: 15555768.
HSL color Cylindrical-coordinate representation of color #B85CED: hue angle of 278.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85CED is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 92 | 237 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.07 |
| HSL | 278.07º | 0.8% | 0.65% | - |
| HSV(B) | 278.07º | 0.61% | 0.93% | - |
| XYZ | 38.88 | 23.96 | 82.7 | - |
| YUV | 136.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 237 | 0.22 | 0.61 | 0 | 0.07 | 278.07 | 0.8 | 0.65 |
| Hex | B8 | 5C | ED | 16 | 3D | 0 | 7 | 116 | 50 | 41 |
| Octal | 270 | 134 | 355 | 26 | 75 | 0 | 7 | 426 | 120 | 101 |
| Binary | 10111000 | 1011100 | 11101101 | 10110 | 111101 | 0 | 111 | 100010110 | 1010000 | 1000001 |
Color Harmonies of #B85CED
Complementary color
Monochromatic Colors of #B85CED
Black with #B85CED
Text Example
Text Example
White with #B85CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CED; }
p { color: rgb(184,92,237); }
H1.HeaderClassName
{
color: #B85CED;
}
.AnyTagClassName
{
color: #B85CED;
}
</style>
background-color css
<style>
a { background-color: #B85CED; }
a { background-color: rgb(184,92,237); }
div.DivClassName
{
background-color: #B85CED;
}
.BgClassName
{
background-color: #B85CED;
}
</style>
border-color css
<style>
span { border-color: #B85CED; }
span { border-color: rgb(184,92,237); }
td.TdClassName
{
border-color: #B85CED;
}
.TagClassName
{
border-color: #B85CED;
}
</style>