Shades of Medium Orchid #BF46FB
Tints of Medium Orchid #BF46FB
RGB
CMYK
RGB Variations
Color information
#BF46FB (or 0xBF46FB) is known color: Medium Orchid. HEX triplet: BF, 46 and FB. RGB value is (191,70,251). Sum of RGB (Red+Green+Blue) = 191+70+251=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF46FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF46FB is #40B904. Grayscale: #7E7E7E. Windows color (decimal): -4241669 or 16467647. OLE color: 16467647.
HSL color Cylindrical-coordinate representation of color #BF46FB: hue angle of 280.11º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF46FB is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 70 | 251 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.02 |
| HSL | 280.11º | 0.96% | 0.63% | - |
| HSV(B) | 280.11º | 0.72% | 0.98% | - |
| XYZ | 41.09 | 22.42 | 93.43 | - |
| YUV | 126.81 | 198.09 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 251 | 0.24 | 0.72 | 0 | 0.02 | 280.11 | 0.96 | 0.63 |
| Hex | BF | 46 | FB | 18 | 48 | 0 | 2 | 118 | 60 | 3F |
| Octal | 277 | 106 | 373 | 30 | 110 | 0 | 2 | 430 | 140 | 77 |
| Binary | 10111111 | 1000110 | 11111011 | 11000 | 1001000 | 0 | 10 | 100011000 | 1100000 | 111111 |
Color Harmonies of #BF46FB
Complementary color
Monochromatic Colors of #BF46FB
Black with #BF46FB
Text Example
Text Example
White with #BF46FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF46FB; }
p { color: rgb(191,70,251); }
H1.HeaderClassName
{
color: #BF46FB;
}
.AnyTagClassName
{
color: #BF46FB;
}
</style>
background-color css
<style>
a { background-color: #BF46FB; }
a { background-color: rgb(191,70,251); }
div.DivClassName
{
background-color: #BF46FB;
}
.BgClassName
{
background-color: #BF46FB;
}
</style>
border-color css
<style>
span { border-color: #BF46FB; }
span { border-color: rgb(191,70,251); }
td.TdClassName
{
border-color: #BF46FB;
}
.TagClassName
{
border-color: #BF46FB;
}
</style>