Shades of Medium Orchid #BF3FFF
Tints of Medium Orchid #BF3FFF
RGB
CMYK
RGB Variations
Color information
#BF3FFF (or 0xBF3FFF) is known color: Medium Orchid. HEX triplet: BF, 3F and FF. RGB value is (191,63,255). Sum of RGB (Red+Green+Blue) = 191+63+255=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF3FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FFF is #40C000. Grayscale: #7A7A7A. Windows color (decimal): -4243457 or 16727999. OLE color: 16727999.
HSL color Cylindrical-coordinate representation of color #BF3FFF: hue angle of 280º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3FFF is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 63 | 255 | - |
| CMYK | 0.25 | 0.75 | 0 | 0 |
| HSL | 280º | 1% | 0.62% | - |
| HSV(B) | 280º | 0.75% | 1% | - |
| XYZ | 41.31 | 21.85 | 96.65 | - |
| YUV | 123.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 255 | 0.25 | 0.75 | 0 | 0 | 280 | 1 | 0.62 |
| Hex | BF | 3F | FF | 19 | 4B | 0 | 0 | 118 | 64 | 3E |
| Octal | 277 | 77 | 377 | 31 | 113 | 0 | 0 | 430 | 144 | 76 |
| Binary | 10111111 | 111111 | 11111111 | 11001 | 1001011 | 0 | 0 | 100011000 | 1100100 | 111110 |
Color Harmonies of #BF3FFF
Complementary color
Monochromatic Colors of #BF3FFF
Black with #BF3FFF
Text Example
Text Example
White with #BF3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FFF; }
p { color: rgb(191,63,255); }
H1.HeaderClassName
{
color: #BF3FFF;
}
.AnyTagClassName
{
color: #BF3FFF;
}
</style>
background-color css
<style>
a { background-color: #BF3FFF; }
a { background-color: rgb(191,63,255); }
div.DivClassName
{
background-color: #BF3FFF;
}
.BgClassName
{
background-color: #BF3FFF;
}
</style>
border-color css
<style>
span { border-color: #BF3FFF; }
span { border-color: rgb(191,63,255); }
td.TdClassName
{
border-color: #BF3FFF;
}
.TagClassName
{
border-color: #BF3FFF;
}
</style>