Shades of Medium Orchid #BF30DF
Tints of Medium Orchid #BF30DF
RGB
CMYK
RGB Variations
Color information
#BF30DF (or 0xBF30DF) is known color: Medium Orchid. HEX triplet: BF, 30 and DF. RGB value is (191,48,223). Sum of RGB (Red+Green+Blue) = 191+48+223=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30DF is #40CF20. Grayscale: #6E6E6E. Windows color (decimal): -4247329 or 14627007. OLE color: 14627007.
HSL color Cylindrical-coordinate representation of color #BF30DF: hue angle of 289.03º 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 #BF30DF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 48 | 223 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 289.03º | 0.73% | 0.53% | - |
| HSV(B) | 289.03º | 0.78% | 0.87% | - |
| XYZ | 35.86 | 18.52 | 71.5 | - |
| YUV | 110.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 223 | 0.14 | 0.78 | 0 | 0.13 | 289.03 | 0.73 | 0.53 |
| Hex | BF | 30 | DF | E | 4E | 0 | D | 121 | 49 | 35 |
| Octal | 277 | 60 | 337 | 16 | 116 | 0 | 15 | 441 | 111 | 65 |
| Binary | 10111111 | 110000 | 11011111 | 1110 | 1001110 | 0 | 1101 | 100100001 | 1001001 | 110101 |
Color Harmonies of #BF30DF
Complementary color
Monochromatic Colors of #BF30DF
Black with #BF30DF
Text Example
Text Example
White with #BF30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF30DF; }
p { color: rgb(191,48,223); }
H1.HeaderClassName
{
color: #BF30DF;
}
.AnyTagClassName
{
color: #BF30DF;
}
</style>
background-color css
<style>
a { background-color: #BF30DF; }
a { background-color: rgb(191,48,223); }
div.DivClassName
{
background-color: #BF30DF;
}
.BgClassName
{
background-color: #BF30DF;
}
</style>
border-color css
<style>
span { border-color: #BF30DF; }
span { border-color: rgb(191,48,223); }
td.TdClassName
{
border-color: #BF30DF;
}
.TagClassName
{
border-color: #BF30DF;
}
</style>