Shades of Medium Orchid #B85DFC
Tints of Medium Orchid #B85DFC
RGB
CMYK
RGB Variations
Color information
#B85DFC (or 0xB85DFC) is known color: Medium Orchid. HEX triplet: B8, 5D and FC. RGB value is (184,93,252). Sum of RGB (Red+Green+Blue) = 184+93+252=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #B85DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DFC is #47A203. Grayscale: #898989. Windows color (decimal): -4694532 or 16539064. OLE color: 16539064.
HSL color Cylindrical-coordinate representation of color #B85DFC: hue angle of 274.34º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85DFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 93 | 252 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.01 |
| HSL | 274.34º | 0.96% | 0.68% | - |
| HSV(B) | 274.34º | 0.63% | 0.99% | - |
| XYZ | 41.25 | 25.05 | 94.76 | - |
| YUV | 138.34 | 192.15 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 252 | 0.27 | 0.63 | 0 | 0.01 | 274.34 | 0.96 | 0.68 |
| Hex | B8 | 5D | FC | 1B | 3F | 0 | 1 | 112 | 60 | 44 |
| Octal | 270 | 135 | 374 | 33 | 77 | 0 | 1 | 422 | 140 | 104 |
| Binary | 10111000 | 1011101 | 11111100 | 11011 | 111111 | 0 | 1 | 100010010 | 1100000 | 1000100 |
Color Harmonies of #B85DFC
Complementary color
Monochromatic Colors of #B85DFC
Black with #B85DFC
Text Example
Text Example
White with #B85DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DFC; }
p { color: rgb(184,93,252); }
H1.HeaderClassName
{
color: #B85DFC;
}
.AnyTagClassName
{
color: #B85DFC;
}
</style>
background-color css
<style>
a { background-color: #B85DFC; }
a { background-color: rgb(184,93,252); }
div.DivClassName
{
background-color: #B85DFC;
}
.BgClassName
{
background-color: #B85DFC;
}
</style>
border-color css
<style>
span { border-color: #B85DFC; }
span { border-color: rgb(184,93,252); }
td.TdClassName
{
border-color: #B85DFC;
}
.TagClassName
{
border-color: #B85DFC;
}
</style>