Shades of Medium Orchid #BF3AFC
Tints of Medium Orchid #BF3AFC
RGB
CMYK
RGB Variations
Color information
#BF3AFC (or 0xBF3AFC) is known color: Medium Orchid. HEX triplet: BF, 3A and FC. RGB value is (191,58,252). Sum of RGB (Red+Green+Blue) = 191+58+252=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3AFC is #40C503. Grayscale: #777777. Windows color (decimal): -4244740 or 16530111. OLE color: 16530111.
HSL color Cylindrical-coordinate representation of color #BF3AFC: hue angle of 281.13º 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 #BF3AFC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 58 | 252 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.01 |
| HSL | 281.13º | 0.97% | 0.61% | - |
| HSV(B) | 281.13º | 0.77% | 0.99% | - |
| XYZ | 40.57 | 21.13 | 94.04 | - |
| YUV | 119.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 252 | 0.24 | 0.77 | 0 | 0.01 | 281.13 | 0.97 | 0.61 |
| Hex | BF | 3A | FC | 18 | 4D | 0 | 1 | 119 | 61 | 3D |
| Octal | 277 | 72 | 374 | 30 | 115 | 0 | 1 | 431 | 141 | 75 |
| Binary | 10111111 | 111010 | 11111100 | 11000 | 1001101 | 0 | 1 | 100011001 | 1100001 | 111101 |
Color Harmonies of #BF3AFC
Complementary color
Monochromatic Colors of #BF3AFC
Black with #BF3AFC
Text Example
Text Example
White with #BF3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AFC; }
p { color: rgb(191,58,252); }
H1.HeaderClassName
{
color: #BF3AFC;
}
.AnyTagClassName
{
color: #BF3AFC;
}
</style>
background-color css
<style>
a { background-color: #BF3AFC; }
a { background-color: rgb(191,58,252); }
div.DivClassName
{
background-color: #BF3AFC;
}
.BgClassName
{
background-color: #BF3AFC;
}
</style>
border-color css
<style>
span { border-color: #BF3AFC; }
span { border-color: rgb(191,58,252); }
td.TdClassName
{
border-color: #BF3AFC;
}
.TagClassName
{
border-color: #BF3AFC;
}
</style>