Shades of Medium Orchid #BF40FB
Tints of Medium Orchid #BF40FB
RGB
CMYK
RGB Variations
Color information
#BF40FB (or 0xBF40FB) is known color: Medium Orchid. HEX triplet: BF, 40 and FB. RGB value is (191,64,251). Sum of RGB (Red+Green+Blue) = 191+64+251=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40FB is #40BF04. Grayscale: #7A7A7A. Windows color (decimal): -4243205 or 16466111. OLE color: 16466111.
HSL color Cylindrical-coordinate representation of color #BF40FB: hue angle of 280.75º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF40FB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 64 | 251 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 280.75º | 0.96% | 0.62% | - |
| HSV(B) | 280.75º | 0.75% | 0.98% | - |
| XYZ | 40.73 | 21.71 | 93.31 | - |
| YUV | 123.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 251 | 0.24 | 0.75 | 0 | 0.02 | 280.75 | 0.96 | 0.62 |
| Hex | BF | 40 | FB | 18 | 4B | 0 | 2 | 119 | 60 | 3E |
| Octal | 277 | 100 | 373 | 30 | 113 | 0 | 2 | 431 | 140 | 76 |
| Binary | 10111111 | 1000000 | 11111011 | 11000 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #BF40FB
Complementary color
Monochromatic Colors of #BF40FB
Black with #BF40FB
Text Example
Text Example
White with #BF40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40FB; }
p { color: rgb(191,64,251); }
H1.HeaderClassName
{
color: #BF40FB;
}
.AnyTagClassName
{
color: #BF40FB;
}
</style>
background-color css
<style>
a { background-color: #BF40FB; }
a { background-color: rgb(191,64,251); }
div.DivClassName
{
background-color: #BF40FB;
}
.BgClassName
{
background-color: #BF40FB;
}
</style>
border-color css
<style>
span { border-color: #BF40FB; }
span { border-color: rgb(191,64,251); }
td.TdClassName
{
border-color: #BF40FB;
}
.TagClassName
{
border-color: #BF40FB;
}
</style>