Shades of Medium Orchid #BF4AFB
Tints of Medium Orchid #BF4AFB
RGB
CMYK
RGB Variations
Color information
#BF4AFB (or 0xBF4AFB) is known color: Medium Orchid. HEX triplet: BF, 4A and FB. RGB value is (191,74,251). Sum of RGB (Red+Green+Blue) = 191+74+251=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AFB is #40B504. Grayscale: #808080. Windows color (decimal): -4240645 or 16468671. OLE color: 16468671.
HSL color Cylindrical-coordinate representation of color #BF4AFB: hue angle of 279.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4AFB is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 74 | 251 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.02 |
| HSL | 279.66º | 0.96% | 0.64% | - |
| HSV(B) | 279.66º | 0.71% | 0.98% | - |
| XYZ | 41.35 | 22.94 | 93.52 | - |
| YUV | 129.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 251 | 0.24 | 0.71 | 0 | 0.02 | 279.66 | 0.96 | 0.64 |
| Hex | BF | 4A | FB | 18 | 47 | 0 | 2 | 118 | 60 | 40 |
| Octal | 277 | 112 | 373 | 30 | 107 | 0 | 2 | 430 | 140 | 100 |
| Binary | 10111111 | 1001010 | 11111011 | 11000 | 1000111 | 0 | 10 | 100011000 | 1100000 | 1000000 |
Color Harmonies of #BF4AFB
Complementary color
Monochromatic Colors of #BF4AFB
Black with #BF4AFB
Text Example
Text Example
White with #BF4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AFB; }
p { color: rgb(191,74,251); }
H1.HeaderClassName
{
color: #BF4AFB;
}
.AnyTagClassName
{
color: #BF4AFB;
}
</style>
background-color css
<style>
a { background-color: #BF4AFB; }
a { background-color: rgb(191,74,251); }
div.DivClassName
{
background-color: #BF4AFB;
}
.BgClassName
{
background-color: #BF4AFB;
}
</style>
border-color css
<style>
span { border-color: #BF4AFB; }
span { border-color: rgb(191,74,251); }
td.TdClassName
{
border-color: #BF4AFB;
}
.TagClassName
{
border-color: #BF4AFB;
}
</style>