Shades of Medium Orchid #BF4FE6
Tints of Medium Orchid #BF4FE6
RGB
CMYK
RGB Variations
Color information
#BF4FE6 (or 0xBF4FE6) is known color: Medium Orchid. HEX triplet: BF, 4F and E6. RGB value is (191,79,230). Sum of RGB (Red+Green+Blue) = 191+79+230=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF4FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FE6 is #40B019. Grayscale: #818181. Windows color (decimal): -4239386 or 15093695. OLE color: 15093695.
HSL color Cylindrical-coordinate representation of color #BF4FE6: hue angle of 284.5º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4FE6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 79 | 230 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.10 |
| HSL | 284.5º | 0.75% | 0.61% | - |
| HSV(B) | 284.5º | 0.66% | 0.9% | - |
| XYZ | 38.56 | 22.38 | 77.15 | - |
| YUV | 129.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 230 | 0.17 | 0.66 | 0 | 0.10 | 284.5 | 0.75 | 0.61 |
| Hex | BF | 4F | E6 | 11 | 42 | 0 | A | 11D | 4B | 3D |
| Octal | 277 | 117 | 346 | 21 | 102 | 0 | 12 | 435 | 113 | 75 |
| Binary | 10111111 | 1001111 | 11100110 | 10001 | 1000010 | 0 | 1010 | 100011101 | 1001011 | 111101 |
Color Harmonies of #BF4FE6
Complementary color
Monochromatic Colors of #BF4FE6
Black with #BF4FE6
Text Example
Text Example
White with #BF4FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FE6; }
p { color: rgb(191,79,230); }
H1.HeaderClassName
{
color: #BF4FE6;
}
.AnyTagClassName
{
color: #BF4FE6;
}
</style>
background-color css
<style>
a { background-color: #BF4FE6; }
a { background-color: rgb(191,79,230); }
div.DivClassName
{
background-color: #BF4FE6;
}
.BgClassName
{
background-color: #BF4FE6;
}
</style>
border-color css
<style>
span { border-color: #BF4FE6; }
span { border-color: rgb(191,79,230); }
td.TdClassName
{
border-color: #BF4FE6;
}
.TagClassName
{
border-color: #BF4FE6;
}
</style>