Shades of Medium Orchid #B85CFE
Tints of Medium Orchid #B85CFE
RGB
CMYK
RGB Variations
Color information
#B85CFE (or 0xB85CFE) is known color: Medium Orchid. HEX triplet: B8, 5C and FE. RGB value is (184,92,254). Sum of RGB (Red+Green+Blue) = 184+92+254=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B85CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CFE is #47A301. Grayscale: #898989. Windows color (decimal): -4694786 or 16669880. OLE color: 16669880.
HSL color Cylindrical-coordinate representation of color #B85CFE: hue angle of 274.07º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B85CFE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 92 | 254 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.00 |
| HSL | 274.07º | 0.99% | 0.68% | - |
| HSV(B) | 274.07º | 0.64% | 1% | - |
| XYZ | 41.48 | 25 | 96.41 | - |
| YUV | 137.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 254 | 0.28 | 0.64 | 0 | 0.00 | 274.07 | 0.99 | 0.68 |
| Hex | B8 | 5C | FE | 1C | 40 | 0 | 0 | 112 | 63 | 44 |
| Octal | 270 | 134 | 376 | 34 | 100 | 0 | 0 | 422 | 143 | 104 |
| Binary | 10111000 | 1011100 | 11111110 | 11100 | 1000000 | 0 | 0 | 100010010 | 1100011 | 1000100 |
Color Harmonies of #B85CFE
Complementary color
Monochromatic Colors of #B85CFE
Black with #B85CFE
Text Example
Text Example
White with #B85CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CFE; }
p { color: rgb(184,92,254); }
H1.HeaderClassName
{
color: #B85CFE;
}
.AnyTagClassName
{
color: #B85CFE;
}
</style>
background-color css
<style>
a { background-color: #B85CFE; }
a { background-color: rgb(184,92,254); }
div.DivClassName
{
background-color: #B85CFE;
}
.BgClassName
{
background-color: #B85CFE;
}
</style>
border-color css
<style>
span { border-color: #B85CFE; }
span { border-color: rgb(184,92,254); }
td.TdClassName
{
border-color: #B85CFE;
}
.TagClassName
{
border-color: #B85CFE;
}
</style>