Shades of Medium Orchid #BF3CFF
Tints of Medium Orchid #BF3CFF
RGB
CMYK
RGB Variations
Color information
#BF3CFF (or 0xBF3CFF) is known color: Medium Orchid. HEX triplet: BF, 3C and FF. RGB value is (191,60,255). Sum of RGB (Red+Green+Blue) = 191+60+255=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CFF is #40C300. Grayscale: #787878. Windows color (decimal): -4244225 or 16727231. OLE color: 16727231.
HSL color Cylindrical-coordinate representation of color #BF3CFF: hue angle of 280.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3CFF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 60 | 255 | - |
| CMYK | 0.25 | 0.76 | 0 | 0 |
| HSL | 280.31º | 1% | 0.62% | - |
| HSV(B) | 280.31º | 0.76% | 1% | - |
| XYZ | 41.15 | 21.53 | 96.59 | - |
| YUV | 121.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 255 | 0.25 | 0.76 | 0 | 0 | 280.31 | 1 | 0.62 |
| Hex | BF | 3C | FF | 19 | 4C | 0 | 0 | 118 | 64 | 3E |
| Octal | 277 | 74 | 377 | 31 | 114 | 0 | 0 | 430 | 144 | 76 |
| Binary | 10111111 | 111100 | 11111111 | 11001 | 1001100 | 0 | 0 | 100011000 | 1100100 | 111110 |
Color Harmonies of #BF3CFF
Complementary color
Monochromatic Colors of #BF3CFF
Black with #BF3CFF
Text Example
Text Example
White with #BF3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CFF; }
p { color: rgb(191,60,255); }
H1.HeaderClassName
{
color: #BF3CFF;
}
.AnyTagClassName
{
color: #BF3CFF;
}
</style>
background-color css
<style>
a { background-color: #BF3CFF; }
a { background-color: rgb(191,60,255); }
div.DivClassName
{
background-color: #BF3CFF;
}
.BgClassName
{
background-color: #BF3CFF;
}
</style>
border-color css
<style>
span { border-color: #BF3CFF; }
span { border-color: rgb(191,60,255); }
td.TdClassName
{
border-color: #BF3CFF;
}
.TagClassName
{
border-color: #BF3CFF;
}
</style>