Shades of Medium Orchid #BF37CF
Tints of Medium Orchid #BF37CF
RGB
CMYK
RGB Variations
Color information
#BF37CF (or 0xBF37CF) is known color: Medium Orchid. HEX triplet: BF, 37 and CF. RGB value is (191,55,207). Sum of RGB (Red+Green+Blue) = 191+55+207=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 55 (21.88% from 255 or 12.14% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37CF is #40C830. Grayscale: #707070. Windows color (decimal): -4245553 or 13580223. OLE color: 13580223.
HSL color Cylindrical-coordinate representation of color #BF37CF: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF37CF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 55 | 207 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.19 |
| HSL | 293.68º | 0.61% | 0.51% | - |
| HSV(B) | 293.68º | 0.73% | 0.81% | - |
| XYZ | 34.11 | 18.31 | 60.77 | - |
| YUV | 112.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 207 | 0.08 | 0.73 | 0 | 0.19 | 293.68 | 0.61 | 0.51 |
| Hex | BF | 37 | CF | 8 | 49 | 0 | 13 | 126 | 3D | 33 |
| Octal | 277 | 67 | 317 | 10 | 111 | 0 | 23 | 446 | 75 | 63 |
| Binary | 10111111 | 110111 | 11001111 | 1000 | 1001001 | 0 | 10011 | 100100110 | 111101 | 110011 |
Color Harmonies of #BF37CF
Complementary color
Monochromatic Colors of #BF37CF
Black with #BF37CF
Text Example
Text Example
White with #BF37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37CF; }
p { color: rgb(191,55,207); }
H1.HeaderClassName
{
color: #BF37CF;
}
.AnyTagClassName
{
color: #BF37CF;
}
</style>
background-color css
<style>
a { background-color: #BF37CF; }
a { background-color: rgb(191,55,207); }
div.DivClassName
{
background-color: #BF37CF;
}
.BgClassName
{
background-color: #BF37CF;
}
</style>
border-color css
<style>
span { border-color: #BF37CF; }
span { border-color: rgb(191,55,207); }
td.TdClassName
{
border-color: #BF37CF;
}
.TagClassName
{
border-color: #BF37CF;
}
</style>