Shades of Medium Orchid #BF4FFF
Tints of Medium Orchid #BF4FFF
RGB
CMYK
RGB Variations
Color information
#BF4FFF (or 0xBF4FFF) is known color: Medium Orchid. HEX triplet: BF, 4F and FF. RGB value is (191,79,255). Sum of RGB (Red+Green+Blue) = 191+79+255=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FFF is #40B000. Grayscale: #838383. Windows color (decimal): -4239361 or 16732095. OLE color: 16732095.
HSL color Cylindrical-coordinate representation of color #BF4FFF: hue angle of 278.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4FFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 79 | 255 | - |
| CMYK | 0.25 | 0.69 | 0 | 0 |
| HSL | 278.18º | 1% | 0.65% | - |
| HSV(B) | 278.18º | 0.69% | 1% | - |
| XYZ | 42.33 | 23.89 | 96.99 | - |
| YUV | 132.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 255 | 0.25 | 0.69 | 0 | 0 | 278.18 | 1 | 0.65 |
| Hex | BF | 4F | FF | 19 | 45 | 0 | 0 | 116 | 64 | 41 |
| Octal | 277 | 117 | 377 | 31 | 105 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111111 | 1001111 | 11111111 | 11001 | 1000101 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BF4FFF
Complementary color
Monochromatic Colors of #BF4FFF
Black with #BF4FFF
Text Example
Text Example
White with #BF4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FFF; }
p { color: rgb(191,79,255); }
H1.HeaderClassName
{
color: #BF4FFF;
}
.AnyTagClassName
{
color: #BF4FFF;
}
</style>
background-color css
<style>
a { background-color: #BF4FFF; }
a { background-color: rgb(191,79,255); }
div.DivClassName
{
background-color: #BF4FFF;
}
.BgClassName
{
background-color: #BF4FFF;
}
</style>
border-color css
<style>
span { border-color: #BF4FFF; }
span { border-color: rgb(191,79,255); }
td.TdClassName
{
border-color: #BF4FFF;
}
.TagClassName
{
border-color: #BF4FFF;
}
</style>