Shades of Medium Orchid #BF3CCE
Tints of Medium Orchid #BF3CCE
RGB
CMYK
RGB Variations
Color information
#BF3CCE (or 0xBF3CCE) is known color: Medium Orchid. HEX triplet: BF, 3C and CE. RGB value is (191,60,206). Sum of RGB (Red+Green+Blue) = 191+60+206=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF3CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CCE is #40C331. Grayscale: #737373. Windows color (decimal): -4244274 or 13515967. OLE color: 13515967.
HSL color Cylindrical-coordinate representation of color #BF3CCE: hue angle of 293.84º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3CCE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 60 | 206 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 293.84º | 0.6% | 0.52% | - |
| HSV(B) | 293.84º | 0.71% | 0.81% | - |
| XYZ | 34.24 | 18.76 | 60.21 | - |
| YUV | 115.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 206 | 0.07 | 0.71 | 0 | 0.19 | 293.84 | 0.6 | 0.52 |
| Hex | BF | 3C | CE | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 277 | 74 | 316 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 10111111 | 111100 | 11001110 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #BF3CCE
Complementary color
Monochromatic Colors of #BF3CCE
Black with #BF3CCE
Text Example
Text Example
White with #BF3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CCE; }
p { color: rgb(191,60,206); }
H1.HeaderClassName
{
color: #BF3CCE;
}
.AnyTagClassName
{
color: #BF3CCE;
}
</style>
background-color css
<style>
a { background-color: #BF3CCE; }
a { background-color: rgb(191,60,206); }
div.DivClassName
{
background-color: #BF3CCE;
}
.BgClassName
{
background-color: #BF3CCE;
}
</style>
border-color css
<style>
span { border-color: #BF3CCE; }
span { border-color: rgb(191,60,206); }
td.TdClassName
{
border-color: #BF3CCE;
}
.TagClassName
{
border-color: #BF3CCE;
}
</style>