Shades of Medium Orchid #BB31DF
Tints of Medium Orchid #BB31DF
RGB
CMYK
RGB Variations
Color information
#BB31DF (or 0xBB31DF) is known color: Medium Orchid. HEX triplet: BB, 31 and DF. RGB value is (187,49,223). Sum of RGB (Red+Green+Blue) = 187+49+223=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31DF is #44CE20. Grayscale: #6D6D6D. Windows color (decimal): -4509217 or 14627259. OLE color: 14627259.
HSL color Cylindrical-coordinate representation of color #BB31DF: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB31DF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 49 | 223 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.59º | 0.73% | 0.53% | - |
| HSV(B) | 287.59º | 0.78% | 0.87% | - |
| XYZ | 34.91 | 18.09 | 71.46 | - |
| YUV | 110.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 223 | 0.16 | 0.78 | 0 | 0.13 | 287.59 | 0.73 | 0.53 |
| Hex | BB | 31 | DF | 10 | 4E | 0 | D | 120 | 49 | 35 |
| Octal | 273 | 61 | 337 | 20 | 116 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111011 | 110001 | 11011111 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BB31DF
Complementary color
Monochromatic Colors of #BB31DF
Black with #BB31DF
Text Example
Text Example
White with #BB31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31DF; }
p { color: rgb(187,49,223); }
H1.HeaderClassName
{
color: #BB31DF;
}
.AnyTagClassName
{
color: #BB31DF;
}
</style>
background-color css
<style>
a { background-color: #BB31DF; }
a { background-color: rgb(187,49,223); }
div.DivClassName
{
background-color: #BB31DF;
}
.BgClassName
{
background-color: #BB31DF;
}
</style>
border-color css
<style>
span { border-color: #BB31DF; }
span { border-color: rgb(187,49,223); }
td.TdClassName
{
border-color: #BB31DF;
}
.TagClassName
{
border-color: #BB31DF;
}
</style>