Shades of Medium Orchid #B850CE
Tints of Medium Orchid #B850CE
RGB
CMYK
RGB Variations
Color information
#B850CE (or 0xB850CE) is known color: Medium Orchid. HEX triplet: B8, 50 and CE. RGB value is (184,80,206). Sum of RGB (Red+Green+Blue) = 184+80+206=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B850CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B850CE is #47AF31. Grayscale: #7D7D7D. Windows color (decimal): -4697906 or 13521080. OLE color: 13521080.
HSL color Cylindrical-coordinate representation of color #B850CE: hue angle of 289.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B850CE is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 80 | 206 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.19 |
| HSL | 289.52º | 0.56% | 0.56% | - |
| HSV(B) | 289.52º | 0.61% | 0.81% | - |
| XYZ | 33.78 | 20.38 | 60.55 | - |
| YUV | 125.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 206 | 0.11 | 0.61 | 0 | 0.19 | 289.52 | 0.56 | 0.56 |
| Hex | B8 | 50 | CE | B | 3D | 0 | 13 | 122 | 38 | 38 |
| Octal | 270 | 120 | 316 | 13 | 75 | 0 | 23 | 442 | 70 | 70 |
| Binary | 10111000 | 1010000 | 11001110 | 1011 | 111101 | 0 | 10011 | 100100010 | 111000 | 111000 |
Color Harmonies of #B850CE
Complementary color
Monochromatic Colors of #B850CE
Black with #B850CE
Text Example
Text Example
White with #B850CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B850CE; }
p { color: rgb(184,80,206); }
H1.HeaderClassName
{
color: #B850CE;
}
.AnyTagClassName
{
color: #B850CE;
}
</style>
background-color css
<style>
a { background-color: #B850CE; }
a { background-color: rgb(184,80,206); }
div.DivClassName
{
background-color: #B850CE;
}
.BgClassName
{
background-color: #B850CE;
}
</style>
border-color css
<style>
span { border-color: #B850CE; }
span { border-color: rgb(184,80,206); }
td.TdClassName
{
border-color: #B850CE;
}
.TagClassName
{
border-color: #B850CE;
}
</style>