Shades of Medium Orchid #BF3BCE
Tints of Medium Orchid #BF3BCE
RGB
CMYK
RGB Variations
Color information
#BF3BCE (or 0xBF3BCE) is known color: Medium Orchid. HEX triplet: BF, 3B and CE. RGB value is (191,59,206). Sum of RGB (Red+Green+Blue) = 191+59+206=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BCE is #40C431. Grayscale: #727272. Windows color (decimal): -4244530 or 13515711. OLE color: 13515711.
HSL color Cylindrical-coordinate representation of color #BF3BCE: hue angle of 293.88º 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 #BF3BCE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 59 | 206 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.19 |
| HSL | 293.88º | 0.6% | 0.52% | - |
| HSV(B) | 293.88º | 0.71% | 0.81% | - |
| XYZ | 34.19 | 18.66 | 60.19 | - |
| YUV | 115.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 206 | 0.07 | 0.71 | 0 | 0.19 | 293.88 | 0.6 | 0.52 |
| Hex | BF | 3B | CE | 7 | 47 | 0 | 13 | 126 | 3C | 34 |
| Octal | 277 | 73 | 316 | 7 | 107 | 0 | 23 | 446 | 74 | 64 |
| Binary | 10111111 | 111011 | 11001110 | 111 | 1000111 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #BF3BCE
Complementary color
Monochromatic Colors of #BF3BCE
Black with #BF3BCE
Text Example
Text Example
White with #BF3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BCE; }
p { color: rgb(191,59,206); }
H1.HeaderClassName
{
color: #BF3BCE;
}
.AnyTagClassName
{
color: #BF3BCE;
}
</style>
background-color css
<style>
a { background-color: #BF3BCE; }
a { background-color: rgb(191,59,206); }
div.DivClassName
{
background-color: #BF3BCE;
}
.BgClassName
{
background-color: #BF3BCE;
}
</style>
border-color css
<style>
span { border-color: #BF3BCE; }
span { border-color: rgb(191,59,206); }
td.TdClassName
{
border-color: #BF3BCE;
}
.TagClassName
{
border-color: #BF3BCE;
}
</style>