Shades of Medium Orchid #BF3BFC
Tints of Medium Orchid #BF3BFC
RGB
CMYK
RGB Variations
Color information
#BF3BFC (or 0xBF3BFC) is known color: Medium Orchid. HEX triplet: BF, 3B and FC. RGB value is (191,59,252). Sum of RGB (Red+Green+Blue) = 191+59+252=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BFC is #40C403. Grayscale: #777777. Windows color (decimal): -4244484 or 16530367. OLE color: 16530367.
HSL color Cylindrical-coordinate representation of color #BF3BFC: hue angle of 281.04º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF3BFC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 59 | 252 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.04º | 0.97% | 0.61% | - |
| HSV(B) | 281.04º | 0.77% | 0.99% | - |
| XYZ | 40.62 | 21.23 | 94.05 | - |
| YUV | 120.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 252 | 0.24 | 0.77 | 0 | 0.01 | 281.04 | 0.97 | 0.61 |
| Hex | BF | 3B | FC | 18 | 4D | 0 | 1 | 119 | 61 | 3D |
| Octal | 277 | 73 | 374 | 30 | 115 | 0 | 1 | 431 | 141 | 75 |
| Binary | 10111111 | 111011 | 11111100 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #BF3BFC
Complementary color
Monochromatic Colors of #BF3BFC
Black with #BF3BFC
Text Example
Text Example
White with #BF3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BFC; }
p { color: rgb(191,59,252); }
H1.HeaderClassName
{
color: #BF3BFC;
}
.AnyTagClassName
{
color: #BF3BFC;
}
</style>
background-color css
<style>
a { background-color: #BF3BFC; }
a { background-color: rgb(191,59,252); }
div.DivClassName
{
background-color: #BF3BFC;
}
.BgClassName
{
background-color: #BF3BFC;
}
</style>
border-color css
<style>
span { border-color: #BF3BFC; }
span { border-color: rgb(191,59,252); }
td.TdClassName
{
border-color: #BF3BFC;
}
.TagClassName
{
border-color: #BF3BFC;
}
</style>