Shades of Medium Orchid #B850FD
Tints of Medium Orchid #B850FD
RGB
CMYK
RGB Variations
Color information
#B850FD (or 0xB850FD) is known color: Medium Orchid. HEX triplet: B8, 50 and FD. RGB value is (184,80,253). Sum of RGB (Red+Green+Blue) = 184+80+253=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #B850FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850FD is #47AF02. Grayscale: #828282. Windows color (decimal): -4697859 or 16601272. OLE color: 16601272.
HSL color Cylindrical-coordinate representation of color #B850FD: hue angle of 276.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B850FD is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 80 | 253 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.01 |
| HSL | 276.07º | 0.98% | 0.65% | - |
| HSV(B) | 276.07º | 0.68% | 0.99% | - |
| XYZ | 40.37 | 23.02 | 95.24 | - |
| YUV | 130.82 | 196.96 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 253 | 0.27 | 0.68 | 0 | 0.01 | 276.07 | 0.98 | 0.65 |
| Hex | B8 | 50 | FD | 1B | 44 | 0 | 1 | 114 | 62 | 41 |
| Octal | 270 | 120 | 375 | 33 | 104 | 0 | 1 | 424 | 142 | 101 |
| Binary | 10111000 | 1010000 | 11111101 | 11011 | 1000100 | 0 | 1 | 100010100 | 1100010 | 1000001 |
Color Harmonies of #B850FD
Complementary color
Monochromatic Colors of #B850FD
Black with #B850FD
Text Example
Text Example
White with #B850FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850FD; }
p { color: rgb(184,80,253); }
H1.HeaderClassName
{
color: #B850FD;
}
.AnyTagClassName
{
color: #B850FD;
}
</style>
background-color css
<style>
a { background-color: #B850FD; }
a { background-color: rgb(184,80,253); }
div.DivClassName
{
background-color: #B850FD;
}
.BgClassName
{
background-color: #B850FD;
}
</style>
border-color css
<style>
span { border-color: #B850FD; }
span { border-color: rgb(184,80,253); }
td.TdClassName
{
border-color: #B850FD;
}
.TagClassName
{
border-color: #B850FD;
}
</style>