Shades of Medium Orchid #BF40FD
Tints of Medium Orchid #BF40FD
RGB
CMYK
RGB Variations
Color information
#BF40FD (or 0xBF40FD) is known color: Medium Orchid. HEX triplet: BF, 40 and FD. RGB value is (191,64,253). Sum of RGB (Red+Green+Blue) = 191+64+253=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF40FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40FD is #40BF02. Grayscale: #7A7A7A. Windows color (decimal): -4243203 or 16597183. OLE color: 16597183.
HSL color Cylindrical-coordinate representation of color #BF40FD: hue angle of 280.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF40FD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 64 | 253 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 280.32º | 0.98% | 0.62% | - |
| HSV(B) | 280.32º | 0.75% | 0.99% | - |
| XYZ | 41.05 | 21.84 | 94.98 | - |
| YUV | 123.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 253 | 0.25 | 0.75 | 0 | 0.01 | 280.32 | 0.98 | 0.62 |
| Hex | BF | 40 | FD | 19 | 4B | 0 | 1 | 118 | 62 | 3E |
| Octal | 277 | 100 | 375 | 31 | 113 | 0 | 1 | 430 | 142 | 76 |
| Binary | 10111111 | 1000000 | 11111101 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100010 | 111110 |
Color Harmonies of #BF40FD
Complementary color
Monochromatic Colors of #BF40FD
Black with #BF40FD
Text Example
Text Example
White with #BF40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40FD; }
p { color: rgb(191,64,253); }
H1.HeaderClassName
{
color: #BF40FD;
}
.AnyTagClassName
{
color: #BF40FD;
}
</style>
background-color css
<style>
a { background-color: #BF40FD; }
a { background-color: rgb(191,64,253); }
div.DivClassName
{
background-color: #BF40FD;
}
.BgClassName
{
background-color: #BF40FD;
}
</style>
border-color css
<style>
span { border-color: #BF40FD; }
span { border-color: rgb(191,64,253); }
td.TdClassName
{
border-color: #BF40FD;
}
.TagClassName
{
border-color: #BF40FD;
}
</style>