Shades of Medium Orchid #BB46DD
Tints of Medium Orchid #BB46DD
RGB
CMYK
RGB Variations
Color information
#BB46DD (or 0xBB46DD) is known color: Medium Orchid. HEX triplet: BB, 46 and DD. RGB value is (187,70,221). Sum of RGB (Red+Green+Blue) = 187+70+221=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46DD is #44B922. Grayscale: #797979. Windows color (decimal): -4503843 or 14501563. OLE color: 14501563.
HSL color Cylindrical-coordinate representation of color #BB46DD: hue angle of 286.49º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB46DD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 70 | 221 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.13 |
| HSL | 286.49º | 0.69% | 0.57% | - |
| HSV(B) | 286.49º | 0.68% | 0.87% | - |
| XYZ | 35.73 | 20.17 | 70.42 | - |
| YUV | 122.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 221 | 0.15 | 0.68 | 0 | 0.13 | 286.49 | 0.69 | 0.57 |
| Hex | BB | 46 | DD | F | 44 | 0 | D | 11E | 45 | 39 |
| Octal | 273 | 106 | 335 | 17 | 104 | 0 | 15 | 436 | 105 | 71 |
| Binary | 10111011 | 1000110 | 11011101 | 1111 | 1000100 | 0 | 1101 | 100011110 | 1000101 | 111001 |
Color Harmonies of #BB46DD
Complementary color
Monochromatic Colors of #BB46DD
Black with #BB46DD
Text Example
Text Example
White with #BB46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB46DD; }
p { color: rgb(187,70,221); }
H1.HeaderClassName
{
color: #BB46DD;
}
.AnyTagClassName
{
color: #BB46DD;
}
</style>
background-color css
<style>
a { background-color: #BB46DD; }
a { background-color: rgb(187,70,221); }
div.DivClassName
{
background-color: #BB46DD;
}
.BgClassName
{
background-color: #BB46DD;
}
</style>
border-color css
<style>
span { border-color: #BB46DD; }
span { border-color: rgb(187,70,221); }
td.TdClassName
{
border-color: #BB46DD;
}
.TagClassName
{
border-color: #BB46DD;
}
</style>