Shades of Medium Orchid #BF3CCD
Tints of Medium Orchid #BF3CCD
RGB
CMYK
RGB Variations
Color information
#BF3CCD (or 0xBF3CCD) is known color: Medium Orchid. HEX triplet: BF, 3C and CD. RGB value is (191,60,205). Sum of RGB (Red+Green+Blue) = 191+60+205=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CCD is #40C332. Grayscale: #737373. Windows color (decimal): -4244275 or 13450431. OLE color: 13450431.
HSL color Cylindrical-coordinate representation of color #BF3CCD: hue angle of 294.21º 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 #BF3CCD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 60 | 205 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 294.21º | 0.59% | 0.52% | - |
| HSV(B) | 294.21º | 0.71% | 0.8% | - |
| XYZ | 34.12 | 18.72 | 59.57 | - |
| YUV | 115.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 205 | 0.07 | 0.71 | 0 | 0.20 | 294.21 | 0.59 | 0.52 |
| Hex | BF | 3C | CD | 7 | 47 | 0 | 14 | 126 | 3B | 34 |
| Octal | 277 | 74 | 315 | 7 | 107 | 0 | 24 | 446 | 73 | 64 |
| Binary | 10111111 | 111100 | 11001101 | 111 | 1000111 | 0 | 10100 | 100100110 | 111011 | 110100 |
Color Harmonies of #BF3CCD
Complementary color
Monochromatic Colors of #BF3CCD
Black with #BF3CCD
Text Example
Text Example
White with #BF3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CCD; }
p { color: rgb(191,60,205); }
H1.HeaderClassName
{
color: #BF3CCD;
}
.AnyTagClassName
{
color: #BF3CCD;
}
</style>
background-color css
<style>
a { background-color: #BF3CCD; }
a { background-color: rgb(191,60,205); }
div.DivClassName
{
background-color: #BF3CCD;
}
.BgClassName
{
background-color: #BF3CCD;
}
</style>
border-color css
<style>
span { border-color: #BF3CCD; }
span { border-color: rgb(191,60,205); }
td.TdClassName
{
border-color: #BF3CCD;
}
.TagClassName
{
border-color: #BF3CCD;
}
</style>