Shades of Medium Orchid #BB30DF
Tints of Medium Orchid #BB30DF
RGB
CMYK
RGB Variations
Color information
#BB30DF (or 0xBB30DF) is known color: Medium Orchid. HEX triplet: BB, 30 and DF. RGB value is (187,48,223). Sum of RGB (Red+Green+Blue) = 187+48+223=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30DF is #44CF20. Grayscale: #6C6C6C. Windows color (decimal): -4509473 or 14627003. OLE color: 14627003.
HSL color Cylindrical-coordinate representation of color #BB30DF: hue angle of 287.66º 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 #BB30DF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 48 | 223 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.66º | 0.73% | 0.53% | - |
| HSV(B) | 287.66º | 0.78% | 0.87% | - |
| XYZ | 34.87 | 18.01 | 71.45 | - |
| YUV | 109.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 223 | 0.16 | 0.78 | 0 | 0.13 | 287.66 | 0.73 | 0.53 |
| Hex | BB | 30 | DF | 10 | 4E | 0 | D | 120 | 49 | 35 |
| Octal | 273 | 60 | 337 | 20 | 116 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111011 | 110000 | 11011111 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BB30DF
Complementary color
Monochromatic Colors of #BB30DF
Black with #BB30DF
Text Example
Text Example
White with #BB30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30DF; }
p { color: rgb(187,48,223); }
H1.HeaderClassName
{
color: #BB30DF;
}
.AnyTagClassName
{
color: #BB30DF;
}
</style>
background-color css
<style>
a { background-color: #BB30DF; }
a { background-color: rgb(187,48,223); }
div.DivClassName
{
background-color: #BB30DF;
}
.BgClassName
{
background-color: #BB30DF;
}
</style>
border-color css
<style>
span { border-color: #BB30DF; }
span { border-color: rgb(187,48,223); }
td.TdClassName
{
border-color: #BB30DF;
}
.TagClassName
{
border-color: #BB30DF;
}
</style>