Shades of Medium Orchid #BB46DF
Tints of Medium Orchid #BB46DF
RGB
CMYK
RGB Variations
Color information
#BB46DF (or 0xBB46DF) is known color: Medium Orchid. HEX triplet: BB, 46 and DF. RGB value is (187,70,223). Sum of RGB (Red+Green+Blue) = 187+70+223=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46DF is #44B920. Grayscale: #797979. Windows color (decimal): -4503841 or 14632635. OLE color: 14632635.
HSL color Cylindrical-coordinate representation of color #BB46DF: hue angle of 285.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB46DF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 70 | 223 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.13 |
| HSL | 285.88º | 0.71% | 0.57% | - |
| HSV(B) | 285.88º | 0.69% | 0.87% | - |
| XYZ | 36 | 20.27 | 71.83 | - |
| YUV | 122.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 223 | 0.16 | 0.69 | 0 | 0.13 | 285.88 | 0.71 | 0.57 |
| Hex | BB | 46 | DF | 10 | 45 | 0 | D | 11E | 47 | 39 |
| Octal | 273 | 106 | 337 | 20 | 105 | 0 | 15 | 436 | 107 | 71 |
| Binary | 10111011 | 1000110 | 11011111 | 10000 | 1000101 | 0 | 1101 | 100011110 | 1000111 | 111001 |
Color Harmonies of #BB46DF
Complementary color
Monochromatic Colors of #BB46DF
Black with #BB46DF
Text Example
Text Example
White with #BB46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46DF; }
p { color: rgb(187,70,223); }
H1.HeaderClassName
{
color: #BB46DF;
}
.AnyTagClassName
{
color: #BB46DF;
}
</style>
background-color css
<style>
a { background-color: #BB46DF; }
a { background-color: rgb(187,70,223); }
div.DivClassName
{
background-color: #BB46DF;
}
.BgClassName
{
background-color: #BB46DF;
}
</style>
border-color css
<style>
span { border-color: #BB46DF; }
span { border-color: rgb(187,70,223); }
td.TdClassName
{
border-color: #BB46DF;
}
.TagClassName
{
border-color: #BB46DF;
}
</style>