Shades of Medium Orchid #BF45FF
Tints of Medium Orchid #BF45FF
RGB
CMYK
RGB Variations
Color information
#BF45FF (or 0xBF45FF) is known color: Medium Orchid. HEX triplet: BF, 45 and FF. RGB value is (191,69,255). Sum of RGB (Red+Green+Blue) = 191+69+255=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45FF is #40BA00. Grayscale: #7E7E7E. Windows color (decimal): -4241921 or 16729535. OLE color: 16729535.
HSL color Cylindrical-coordinate representation of color #BF45FF: hue angle of 279.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF45FF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 69 | 255 | - |
| CMYK | 0.25 | 0.73 | 0 | 0 |
| HSL | 279.35º | 1% | 0.64% | - |
| HSV(B) | 279.35º | 0.73% | 1% | - |
| XYZ | 41.66 | 22.55 | 96.76 | - |
| YUV | 126.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 255 | 0.25 | 0.73 | 0 | 0 | 279.35 | 1 | 0.64 |
| Hex | BF | 45 | FF | 19 | 49 | 0 | 0 | 117 | 64 | 40 |
| Octal | 277 | 105 | 377 | 31 | 111 | 0 | 0 | 427 | 144 | 100 |
| Binary | 10111111 | 1000101 | 11111111 | 11001 | 1001001 | 0 | 0 | 100010111 | 1100100 | 1000000 |
Color Harmonies of #BF45FF
Complementary color
Monochromatic Colors of #BF45FF
Black with #BF45FF
Text Example
Text Example
White with #BF45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45FF; }
p { color: rgb(191,69,255); }
H1.HeaderClassName
{
color: #BF45FF;
}
.AnyTagClassName
{
color: #BF45FF;
}
</style>
background-color css
<style>
a { background-color: #BF45FF; }
a { background-color: rgb(191,69,255); }
div.DivClassName
{
background-color: #BF45FF;
}
.BgClassName
{
background-color: #BF45FF;
}
</style>
border-color css
<style>
span { border-color: #BF45FF; }
span { border-color: rgb(191,69,255); }
td.TdClassName
{
border-color: #BF45FF;
}
.TagClassName
{
border-color: #BF45FF;
}
</style>