Shades of Medium Orchid #BF3ACF
Tints of Medium Orchid #BF3ACF
RGB
CMYK
RGB Variations
Color information
#BF3ACF (or 0xBF3ACF) is known color: Medium Orchid. HEX triplet: BF, 3A and CF. RGB value is (191,58,207). Sum of RGB (Red+Green+Blue) = 191+58+207=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACF is #40C530. Grayscale: #727272. Windows color (decimal): -4244785 or 13580991. OLE color: 13580991.
HSL color Cylindrical-coordinate representation of color #BF3ACF: hue angle of 293.56º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3ACF is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 58 | 207 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.19 |
| HSL | 293.56º | 0.61% | 0.52% | - |
| HSV(B) | 293.56º | 0.72% | 0.81% | - |
| XYZ | 34.26 | 18.61 | 60.82 | - |
| YUV | 114.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 207 | 0.08 | 0.72 | 0 | 0.19 | 293.56 | 0.61 | 0.52 |
| Hex | BF | 3A | CF | 8 | 48 | 0 | 13 | 126 | 3D | 34 |
| Octal | 277 | 72 | 317 | 10 | 110 | 0 | 23 | 446 | 75 | 64 |
| Binary | 10111111 | 111010 | 11001111 | 1000 | 1001000 | 0 | 10011 | 100100110 | 111101 | 110100 |
Color Harmonies of #BF3ACF
Complementary color
Monochromatic Colors of #BF3ACF
Black with #BF3ACF
Text Example
Text Example
White with #BF3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ACF; }
p { color: rgb(191,58,207); }
H1.HeaderClassName
{
color: #BF3ACF;
}
.AnyTagClassName
{
color: #BF3ACF;
}
</style>
background-color css
<style>
a { background-color: #BF3ACF; }
a { background-color: rgb(191,58,207); }
div.DivClassName
{
background-color: #BF3ACF;
}
.BgClassName
{
background-color: #BF3ACF;
}
</style>
border-color css
<style>
span { border-color: #BF3ACF; }
span { border-color: rgb(191,58,207); }
td.TdClassName
{
border-color: #BF3ACF;
}
.TagClassName
{
border-color: #BF3ACF;
}
</style>