Shades of Medium Orchid #BF45DF
Tints of Medium Orchid #BF45DF
RGB
CMYK
RGB Variations
Color information
#BF45DF (or 0xBF45DF) is known color: Medium Orchid. HEX triplet: BF, 45 and DF. RGB value is (191,69,223). Sum of RGB (Red+Green+Blue) = 191+69+223=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45DF is #40BA20. Grayscale: #7A7A7A. Windows color (decimal): -4241953 or 14632383. OLE color: 14632383.
HSL color Cylindrical-coordinate representation of color #BF45DF: hue angle of 287.53º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF45DF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 69 | 223 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.13 |
| HSL | 287.53º | 0.71% | 0.57% | - |
| HSV(B) | 287.53º | 0.69% | 0.87% | - |
| XYZ | 36.93 | 20.66 | 71.85 | - |
| YUV | 123.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 223 | 0.14 | 0.69 | 0 | 0.13 | 287.53 | 0.71 | 0.57 |
| Hex | BF | 45 | DF | E | 45 | 0 | D | 120 | 47 | 39 |
| Octal | 277 | 105 | 337 | 16 | 105 | 0 | 15 | 440 | 107 | 71 |
| Binary | 10111111 | 1000101 | 11011111 | 1110 | 1000101 | 0 | 1101 | 100100000 | 1000111 | 111001 |
Color Harmonies of #BF45DF
Complementary color
Monochromatic Colors of #BF45DF
Black with #BF45DF
Text Example
Text Example
White with #BF45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45DF; }
p { color: rgb(191,69,223); }
H1.HeaderClassName
{
color: #BF45DF;
}
.AnyTagClassName
{
color: #BF45DF;
}
</style>
background-color css
<style>
a { background-color: #BF45DF; }
a { background-color: rgb(191,69,223); }
div.DivClassName
{
background-color: #BF45DF;
}
.BgClassName
{
background-color: #BF45DF;
}
</style>
border-color css
<style>
span { border-color: #BF45DF; }
span { border-color: rgb(191,69,223); }
td.TdClassName
{
border-color: #BF45DF;
}
.TagClassName
{
border-color: #BF45DF;
}
</style>