Shades of Medium Orchid #BF39D2
Tints of Medium Orchid #BF39D2
RGB
CMYK
RGB Variations
Color information
#BF39D2 (or 0xBF39D2) is known color: Medium Orchid. HEX triplet: BF, 39 and D2. RGB value is (191,57,210). Sum of RGB (Red+Green+Blue) = 191+57+210=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 210 (82.42% from 255 or 45.85% from 458); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF39D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39D2 is #40C62D. Grayscale: #727272. Windows color (decimal): -4245038 or 13777343. OLE color: 13777343.
HSL color Cylindrical-coordinate representation of color #BF39D2: hue angle of 292.55º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF39D2 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 57 | 210 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.18 |
| HSL | 292.55º | 0.63% | 0.52% | - |
| HSV(B) | 292.55º | 0.73% | 0.82% | - |
| XYZ | 34.58 | 18.66 | 62.75 | - |
| YUV | 114.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 210 | 0.09 | 0.73 | 0 | 0.18 | 292.55 | 0.63 | 0.52 |
| Hex | BF | 39 | D2 | 9 | 49 | 0 | 12 | 125 | 3F | 34 |
| Octal | 277 | 71 | 322 | 11 | 111 | 0 | 22 | 445 | 77 | 64 |
| Binary | 10111111 | 111001 | 11010010 | 1001 | 1001001 | 0 | 10010 | 100100101 | 111111 | 110100 |
Color Harmonies of #BF39D2
Complementary color
Monochromatic Colors of #BF39D2
Black with #BF39D2
Text Example
Text Example
White with #BF39D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF39D2; }
p { color: rgb(191,57,210); }
H1.HeaderClassName
{
color: #BF39D2;
}
.AnyTagClassName
{
color: #BF39D2;
}
</style>
background-color css
<style>
a { background-color: #BF39D2; }
a { background-color: rgb(191,57,210); }
div.DivClassName
{
background-color: #BF39D2;
}
.BgClassName
{
background-color: #BF39D2;
}
</style>
border-color css
<style>
span { border-color: #BF39D2; }
span { border-color: rgb(191,57,210); }
td.TdClassName
{
border-color: #BF39D2;
}
.TagClassName
{
border-color: #BF39D2;
}
</style>