Shades of Medium Orchid #BF5ACE
Tints of Medium Orchid #BF5ACE
RGB
CMYK
RGB Variations
Color information
#BF5ACE (or 0xBF5ACE) is known color: Medium Orchid. HEX triplet: BF, 5A and CE. RGB value is (191,90,206). Sum of RGB (Red+Green+Blue) = 191+90+206=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF5ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ACE is #40A531. Grayscale: #858585. Windows color (decimal): -4236594 or 13523647. OLE color: 13523647.
HSL color Cylindrical-coordinate representation of color #BF5ACE: hue angle of 292.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5ACE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 90 | 206 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.19 |
| HSL | 292.24º | 0.54% | 0.58% | - |
| HSV(B) | 292.24º | 0.56% | 0.81% | - |
| XYZ | 36.28 | 22.84 | 60.89 | - |
| YUV | 133.42 | 168.96 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 206 | 0.07 | 0.56 | 0 | 0.19 | 292.24 | 0.54 | 0.58 |
| Hex | BF | 5A | CE | 7 | 38 | 0 | 13 | 124 | 36 | 3A |
| Octal | 277 | 132 | 316 | 7 | 70 | 0 | 23 | 444 | 66 | 72 |
| Binary | 10111111 | 1011010 | 11001110 | 111 | 111000 | 0 | 10011 | 100100100 | 110110 | 111010 |
Color Harmonies of #BF5ACE
Complementary color
Monochromatic Colors of #BF5ACE
Black with #BF5ACE
Text Example
Text Example
White with #BF5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5ACE; }
p { color: rgb(191,90,206); }
H1.HeaderClassName
{
color: #BF5ACE;
}
.AnyTagClassName
{
color: #BF5ACE;
}
</style>
background-color css
<style>
a { background-color: #BF5ACE; }
a { background-color: rgb(191,90,206); }
div.DivClassName
{
background-color: #BF5ACE;
}
.BgClassName
{
background-color: #BF5ACE;
}
</style>
border-color css
<style>
span { border-color: #BF5ACE; }
span { border-color: rgb(191,90,206); }
td.TdClassName
{
border-color: #BF5ACE;
}
.TagClassName
{
border-color: #BF5ACE;
}
</style>