Shades of Medium Orchid #BF40FF
Tints of Medium Orchid #BF40FF
RGB
CMYK
RGB Variations
Color information
#BF40FF (or 0xBF40FF) is known color: Medium Orchid. HEX triplet: BF, 40 and FF. RGB value is (191,64,255). Sum of RGB (Red+Green+Blue) = 191+64+255=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40FF is #40BF00. Grayscale: #7B7B7B. Windows color (decimal): -4243201 or 16728255. OLE color: 16728255.
HSL color Cylindrical-coordinate representation of color #BF40FF: hue angle of 279.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF40FF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 64 | 255 | - |
| CMYK | 0.25 | 0.75 | 0 | 0 |
| HSL | 279.9º | 1% | 0.63% | - |
| HSV(B) | 279.9º | 0.75% | 1% | - |
| XYZ | 41.37 | 21.96 | 96.67 | - |
| YUV | 123.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 255 | 0.25 | 0.75 | 0 | 0 | 279.9 | 1 | 0.63 |
| Hex | BF | 40 | FF | 19 | 4B | 0 | 0 | 118 | 64 | 3F |
| Octal | 277 | 100 | 377 | 31 | 113 | 0 | 0 | 430 | 144 | 77 |
| Binary | 10111111 | 1000000 | 11111111 | 11001 | 1001011 | 0 | 0 | 100011000 | 1100100 | 111111 |
Color Harmonies of #BF40FF
Complementary color
Monochromatic Colors of #BF40FF
Black with #BF40FF
Text Example
Text Example
White with #BF40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40FF; }
p { color: rgb(191,64,255); }
H1.HeaderClassName
{
color: #BF40FF;
}
.AnyTagClassName
{
color: #BF40FF;
}
</style>
background-color css
<style>
a { background-color: #BF40FF; }
a { background-color: rgb(191,64,255); }
div.DivClassName
{
background-color: #BF40FF;
}
.BgClassName
{
background-color: #BF40FF;
}
</style>
border-color css
<style>
span { border-color: #BF40FF; }
span { border-color: rgb(191,64,255); }
td.TdClassName
{
border-color: #BF40FF;
}
.TagClassName
{
border-color: #BF40FF;
}
</style>