Shades of Medium Orchid #BF3ACE
Tints of Medium Orchid #BF3ACE
RGB
CMYK
RGB Variations
Color information
#BF3ACE (or 0xBF3ACE) is known color: Medium Orchid. HEX triplet: BF, 3A and CE. RGB value is (191,58,206). Sum of RGB (Red+Green+Blue) = 191+58+206=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ACE is #40C531. Grayscale: #727272. Windows color (decimal): -4244786 or 13515455. OLE color: 13515455.
HSL color Cylindrical-coordinate representation of color #BF3ACE: hue angle of 293.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3ACE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 58 | 206 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.19 |
| HSL | 293.92º | 0.6% | 0.52% | - |
| HSV(B) | 293.92º | 0.72% | 0.81% | - |
| XYZ | 34.14 | 18.56 | 60.18 | - |
| YUV | 114.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 206 | 0.07 | 0.72 | 0 | 0.19 | 293.92 | 0.6 | 0.52 |
| Hex | BF | 3A | CE | 7 | 48 | 0 | 13 | 126 | 3C | 34 |
| Octal | 277 | 72 | 316 | 7 | 110 | 0 | 23 | 446 | 74 | 64 |
| Binary | 10111111 | 111010 | 11001110 | 111 | 1001000 | 0 | 10011 | 100100110 | 111100 | 110100 |
Color Harmonies of #BF3ACE
Complementary color
Monochromatic Colors of #BF3ACE
Black with #BF3ACE
Text Example
Text Example
White with #BF3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ACE; }
p { color: rgb(191,58,206); }
H1.HeaderClassName
{
color: #BF3ACE;
}
.AnyTagClassName
{
color: #BF3ACE;
}
</style>
background-color css
<style>
a { background-color: #BF3ACE; }
a { background-color: rgb(191,58,206); }
div.DivClassName
{
background-color: #BF3ACE;
}
.BgClassName
{
background-color: #BF3ACE;
}
</style>
border-color css
<style>
span { border-color: #BF3ACE; }
span { border-color: rgb(191,58,206); }
td.TdClassName
{
border-color: #BF3ACE;
}
.TagClassName
{
border-color: #BF3ACE;
}
</style>