Shades of Medium Orchid #BF45D7
Tints of Medium Orchid #BF45D7
RGB
CMYK
RGB Variations
Color information
#BF45D7 (or 0xBF45D7) is known color: Medium Orchid. HEX triplet: BF, 45 and D7. RGB value is (191,69,215). Sum of RGB (Red+Green+Blue) = 191+69+215=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45D7 is #40BA28. Grayscale: #797979. Windows color (decimal): -4241961 or 14108095. OLE color: 14108095.
HSL color Cylindrical-coordinate representation of color #BF45D7: hue angle of 290.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF45D7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 69 | 215 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.16 |
| HSL | 290.14º | 0.65% | 0.56% | - |
| HSV(B) | 290.14º | 0.68% | 0.84% | - |
| XYZ | 35.88 | 20.24 | 66.31 | - |
| YUV | 122.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 215 | 0.11 | 0.68 | 0 | 0.16 | 290.14 | 0.65 | 0.56 |
| Hex | BF | 45 | D7 | B | 44 | 0 | 10 | 122 | 41 | 38 |
| Octal | 277 | 105 | 327 | 13 | 104 | 0 | 20 | 442 | 101 | 70 |
| Binary | 10111111 | 1000101 | 11010111 | 1011 | 1000100 | 0 | 10000 | 100100010 | 1000001 | 111000 |
Color Harmonies of #BF45D7
Complementary color
Monochromatic Colors of #BF45D7
Black with #BF45D7
Text Example
Text Example
White with #BF45D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45D7; }
p { color: rgb(191,69,215); }
H1.HeaderClassName
{
color: #BF45D7;
}
.AnyTagClassName
{
color: #BF45D7;
}
</style>
background-color css
<style>
a { background-color: #BF45D7; }
a { background-color: rgb(191,69,215); }
div.DivClassName
{
background-color: #BF45D7;
}
.BgClassName
{
background-color: #BF45D7;
}
</style>
border-color css
<style>
span { border-color: #BF45D7; }
span { border-color: rgb(191,69,215); }
td.TdClassName
{
border-color: #BF45D7;
}
.TagClassName
{
border-color: #BF45D7;
}
</style>