Shades of Medium Orchid #BF3CFC
Tints of Medium Orchid #BF3CFC
RGB
CMYK
RGB Variations
Color information
#BF3CFC (or 0xBF3CFC) is known color: Medium Orchid. HEX triplet: BF, 3C and FC. RGB value is (191,60,252). Sum of RGB (Red+Green+Blue) = 191+60+252=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CFC is #40C303. Grayscale: #787878. Windows color (decimal): -4244228 or 16530623. OLE color: 16530623.
HSL color Cylindrical-coordinate representation of color #BF3CFC: hue angle of 280.94º 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 #BF3CFC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 60 | 252 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.01 |
| HSL | 280.94º | 0.97% | 0.61% | - |
| HSV(B) | 280.94º | 0.76% | 0.99% | - |
| XYZ | 40.67 | 21.34 | 94.07 | - |
| YUV | 121.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 252 | 0.24 | 0.76 | 0 | 0.01 | 280.94 | 0.97 | 0.61 |
| Hex | BF | 3C | FC | 18 | 4C | 0 | 1 | 119 | 61 | 3D |
| Octal | 277 | 74 | 374 | 30 | 114 | 0 | 1 | 431 | 141 | 75 |
| Binary | 10111111 | 111100 | 11111100 | 11000 | 1001100 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #BF3CFC
Complementary color
Monochromatic Colors of #BF3CFC
Black with #BF3CFC
Text Example
Text Example
White with #BF3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CFC; }
p { color: rgb(191,60,252); }
H1.HeaderClassName
{
color: #BF3CFC;
}
.AnyTagClassName
{
color: #BF3CFC;
}
</style>
background-color css
<style>
a { background-color: #BF3CFC; }
a { background-color: rgb(191,60,252); }
div.DivClassName
{
background-color: #BF3CFC;
}
.BgClassName
{
background-color: #BF3CFC;
}
</style>
border-color css
<style>
span { border-color: #BF3CFC; }
span { border-color: rgb(191,60,252); }
td.TdClassName
{
border-color: #BF3CFC;
}
.TagClassName
{
border-color: #BF3CFC;
}
</style>