Shades of Medium Orchid #BF3BCD
Tints of Medium Orchid #BF3BCD
RGB
CMYK
RGB Variations
Color information
#BF3BCD (or 0xBF3BCD) is known color: Medium Orchid. HEX triplet: BF, 3B and CD. RGB value is (191,59,205). Sum of RGB (Red+Green+Blue) = 191+59+205=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BCD is #40C432. Grayscale: #727272. Windows color (decimal): -4244531 or 13450175. OLE color: 13450175.
HSL color Cylindrical-coordinate representation of color #BF3BCD: hue angle of 294.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3BCD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 59 | 205 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 294.25º | 0.59% | 0.52% | - |
| HSV(B) | 294.25º | 0.71% | 0.8% | - |
| XYZ | 34.07 | 18.61 | 59.55 | - |
| YUV | 115.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 205 | 0.07 | 0.71 | 0 | 0.20 | 294.25 | 0.59 | 0.52 |
| Hex | BF | 3B | CD | 7 | 47 | 0 | 14 | 126 | 3B | 34 |
| Octal | 277 | 73 | 315 | 7 | 107 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111111 | 111011 | 11001101 | 111 | 1000111 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BF3BCD
Complementary color
Monochromatic Colors of #BF3BCD
Black with #BF3BCD
Text Example
Text Example
White with #BF3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BCD; }
p { color: rgb(191,59,205); }
H1.HeaderClassName
{
color: #BF3BCD;
}
.AnyTagClassName
{
color: #BF3BCD;
}
</style>
background-color css
<style>
a { background-color: #BF3BCD; }
a { background-color: rgb(191,59,205); }
div.DivClassName
{
background-color: #BF3BCD;
}
.BgClassName
{
background-color: #BF3BCD;
}
</style>
border-color css
<style>
span { border-color: #BF3BCD; }
span { border-color: rgb(191,59,205); }
td.TdClassName
{
border-color: #BF3BCD;
}
.TagClassName
{
border-color: #BF3BCD;
}
</style>