Shades of Medium Orchid #BF3DFC
Tints of Medium Orchid #BF3DFC
RGB
CMYK
RGB Variations
Color information
#BF3DFC (or 0xBF3DFC) is known color: Medium Orchid. HEX triplet: BF, 3D and FC. RGB value is (191,61,252). Sum of RGB (Red+Green+Blue) = 191+61+252=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3DFC is #40C203. Grayscale: #797979. Windows color (decimal): -4243972 or 16530879. OLE color: 16530879.
HSL color Cylindrical-coordinate representation of color #BF3DFC: hue angle of 280.84º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3DFC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 61 | 252 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.01 |
| HSL | 280.84º | 0.97% | 0.61% | - |
| HSV(B) | 280.84º | 0.76% | 0.99% | - |
| XYZ | 40.73 | 21.44 | 94.09 | - |
| YUV | 121.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 252 | 0.24 | 0.76 | 0 | 0.01 | 280.84 | 0.97 | 0.61 |
| Hex | BF | 3D | FC | 18 | 4C | 0 | 1 | 119 | 61 | 3D |
| Octal | 277 | 75 | 374 | 30 | 114 | 0 | 1 | 431 | 141 | 75 |
| Binary | 10111111 | 111101 | 11111100 | 11000 | 1001100 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #BF3DFC
Complementary color
Monochromatic Colors of #BF3DFC
Black with #BF3DFC
Text Example
Text Example
White with #BF3DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DFC; }
p { color: rgb(191,61,252); }
H1.HeaderClassName
{
color: #BF3DFC;
}
.AnyTagClassName
{
color: #BF3DFC;
}
</style>
background-color css
<style>
a { background-color: #BF3DFC; }
a { background-color: rgb(191,61,252); }
div.DivClassName
{
background-color: #BF3DFC;
}
.BgClassName
{
background-color: #BF3DFC;
}
</style>
border-color css
<style>
span { border-color: #BF3DFC; }
span { border-color: rgb(191,61,252); }
td.TdClassName
{
border-color: #BF3DFC;
}
.TagClassName
{
border-color: #BF3DFC;
}
</style>