Shades of Medium Orchid #BB52DF
Tints of Medium Orchid #BB52DF
RGB
CMYK
RGB Variations
Color information
#BB52DF (or 0xBB52DF) is known color: Medium Orchid. HEX triplet: BB, 52 and DF. RGB value is (187,82,223). Sum of RGB (Red+Green+Blue) = 187+82+223=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52DF is #44AD20. Grayscale: #818181. Windows color (decimal): -4500769 or 14635707. OLE color: 14635707.
HSL color Cylindrical-coordinate representation of color #BB52DF: hue angle of 284.68º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB52DF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 82 | 223 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 284.68º | 0.69% | 0.6% | - |
| HSV(B) | 284.68º | 0.63% | 0.87% | - |
| XYZ | 36.83 | 21.93 | 72.1 | - |
| YUV | 129.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 223 | 0.16 | 0.63 | 0 | 0.13 | 284.68 | 0.69 | 0.6 |
| Hex | BB | 52 | DF | 10 | 3F | 0 | D | 11D | 45 | 3C |
| Octal | 273 | 122 | 337 | 20 | 77 | 0 | 15 | 435 | 105 | 74 |
| Binary | 10111011 | 1010010 | 11011111 | 10000 | 111111 | 0 | 1101 | 100011101 | 1000101 | 111100 |
Color Harmonies of #BB52DF
Complementary color
Monochromatic Colors of #BB52DF
Black with #BB52DF
Text Example
Text Example
White with #BB52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB52DF; }
p { color: rgb(187,82,223); }
H1.HeaderClassName
{
color: #BB52DF;
}
.AnyTagClassName
{
color: #BB52DF;
}
</style>
background-color css
<style>
a { background-color: #BB52DF; }
a { background-color: rgb(187,82,223); }
div.DivClassName
{
background-color: #BB52DF;
}
.BgClassName
{
background-color: #BB52DF;
}
</style>
border-color css
<style>
span { border-color: #BB52DF; }
span { border-color: rgb(187,82,223); }
td.TdClassName
{
border-color: #BB52DF;
}
.TagClassName
{
border-color: #BB52DF;
}
</style>