Shades of Medium Orchid #BF4ACE
Tints of Medium Orchid #BF4ACE
RGB
CMYK
RGB Variations
Color information
#BF4ACE (or 0xBF4ACE) is known color: Medium Orchid. HEX triplet: BF, 4A and CE. RGB value is (191,74,206). Sum of RGB (Red+Green+Blue) = 191+74+206=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ACE is #40B531. Grayscale: #7B7B7B. Windows color (decimal): -4240690 or 13519551. OLE color: 13519551.
HSL color Cylindrical-coordinate representation of color #BF4ACE: hue angle of 293.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4ACE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 74 | 206 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.19 |
| HSL | 293.18º | 0.57% | 0.55% | - |
| HSV(B) | 293.18º | 0.64% | 0.81% | - |
| XYZ | 35.08 | 20.43 | 60.49 | - |
| YUV | 124.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 206 | 0.07 | 0.64 | 0 | 0.19 | 293.18 | 0.57 | 0.55 |
| Hex | BF | 4A | CE | 7 | 40 | 0 | 13 | 125 | 39 | 37 |
| Octal | 277 | 112 | 316 | 7 | 100 | 0 | 23 | 445 | 71 | 67 |
| Binary | 10111111 | 1001010 | 11001110 | 111 | 1000000 | 0 | 10011 | 100100101 | 111001 | 110111 |
Color Harmonies of #BF4ACE
Complementary color
Monochromatic Colors of #BF4ACE
Black with #BF4ACE
Text Example
Text Example
White with #BF4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ACE; }
p { color: rgb(191,74,206); }
H1.HeaderClassName
{
color: #BF4ACE;
}
.AnyTagClassName
{
color: #BF4ACE;
}
</style>
background-color css
<style>
a { background-color: #BF4ACE; }
a { background-color: rgb(191,74,206); }
div.DivClassName
{
background-color: #BF4ACE;
}
.BgClassName
{
background-color: #BF4ACE;
}
</style>
border-color css
<style>
span { border-color: #BF4ACE; }
span { border-color: rgb(191,74,206); }
td.TdClassName
{
border-color: #BF4ACE;
}
.TagClassName
{
border-color: #BF4ACE;
}
</style>