Shades of Medium Orchid #BF3EFB
Tints of Medium Orchid #BF3EFB
RGB
CMYK
RGB Variations
Color information
#BF3EFB (or 0xBF3EFB) is known color: Medium Orchid. HEX triplet: BF, 3E and FB. RGB value is (191,62,251). Sum of RGB (Red+Green+Blue) = 191+62+251=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EFB is #40C104. Grayscale: #797979. Windows color (decimal): -4243717 or 16465599. OLE color: 16465599.
HSL color Cylindrical-coordinate representation of color #BF3EFB: hue angle of 280.95º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3EFB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 62 | 251 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 280.95º | 0.96% | 0.61% | - |
| HSV(B) | 280.95º | 0.75% | 0.98% | - |
| XYZ | 40.62 | 21.49 | 93.27 | - |
| YUV | 122.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 251 | 0.24 | 0.75 | 0 | 0.02 | 280.95 | 0.96 | 0.61 |
| Hex | BF | 3E | FB | 18 | 4B | 0 | 2 | 119 | 60 | 3D |
| Octal | 277 | 76 | 373 | 30 | 113 | 0 | 2 | 431 | 140 | 75 |
| Binary | 10111111 | 111110 | 11111011 | 11000 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111101 |
Color Harmonies of #BF3EFB
Complementary color
Monochromatic Colors of #BF3EFB
Black with #BF3EFB
Text Example
Text Example
White with #BF3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EFB; }
p { color: rgb(191,62,251); }
H1.HeaderClassName
{
color: #BF3EFB;
}
.AnyTagClassName
{
color: #BF3EFB;
}
</style>
background-color css
<style>
a { background-color: #BF3EFB; }
a { background-color: rgb(191,62,251); }
div.DivClassName
{
background-color: #BF3EFB;
}
.BgClassName
{
background-color: #BF3EFB;
}
</style>
border-color css
<style>
span { border-color: #BF3EFB; }
span { border-color: rgb(191,62,251); }
td.TdClassName
{
border-color: #BF3EFB;
}
.TagClassName
{
border-color: #BF3EFB;
}
</style>