Shades of Medium Orchid #BB32DF
Tints of Medium Orchid #BB32DF
RGB
CMYK
RGB Variations
Color information
#BB32DF (or 0xBB32DF) is known color: Medium Orchid. HEX triplet: BB, 32 and DF. RGB value is (187,50,223). Sum of RGB (Red+Green+Blue) = 187+50+223=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32DF is #44CD20. Grayscale: #6E6E6E. Windows color (decimal): -4508961 or 14627515. OLE color: 14627515.
HSL color Cylindrical-coordinate representation of color #BB32DF: hue angle of 287.51º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB32DF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 50 | 223 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.51º | 0.73% | 0.54% | - |
| HSV(B) | 287.51º | 0.78% | 0.87% | - |
| XYZ | 34.95 | 18.17 | 71.48 | - |
| YUV | 110.69 | 191.39 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 223 | 0.16 | 0.78 | 0 | 0.13 | 287.51 | 0.73 | 0.54 |
| Hex | BB | 32 | DF | 10 | 4E | 0 | D | 120 | 49 | 36 |
| Octal | 273 | 62 | 337 | 20 | 116 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111011 | 110010 | 11011111 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BB32DF
Complementary color
Monochromatic Colors of #BB32DF
Black with #BB32DF
Text Example
Text Example
White with #BB32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32DF; }
p { color: rgb(187,50,223); }
H1.HeaderClassName
{
color: #BB32DF;
}
.AnyTagClassName
{
color: #BB32DF;
}
</style>
background-color css
<style>
a { background-color: #BB32DF; }
a { background-color: rgb(187,50,223); }
div.DivClassName
{
background-color: #BB32DF;
}
.BgClassName
{
background-color: #BB32DF;
}
</style>
border-color css
<style>
span { border-color: #BB32DF; }
span { border-color: rgb(187,50,223); }
td.TdClassName
{
border-color: #BB32DF;
}
.TagClassName
{
border-color: #BB32DF;
}
</style>