Shades of Dark Orchid #BF2ACE
Tints of Dark Orchid #BF2ACE
RGB
CMYK
RGB Variations
Color information
#BF2ACE (or 0xBF2ACE) is known color: Dark Orchid. HEX triplet: BF, 2A and CE. RGB value is (191,42,206). Sum of RGB (Red+Green+Blue) = 191+42+206=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 42 (16.80% from 255 or 9.57% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ACE is #40D531. Grayscale: #686868. Windows color (decimal): -4248882 or 13511359. OLE color: 13511359.
HSL color Cylindrical-coordinate representation of color #BF2ACE: hue angle of 294.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2ACE is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 42 | 206 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.19 |
| HSL | 294.51º | 0.66% | 0.49% | - |
| HSV(B) | 294.51º | 0.8% | 0.81% | - |
| XYZ | 33.45 | 17.19 | 59.95 | - |
| YUV | 105.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 206 | 0.07 | 0.80 | 0 | 0.19 | 294.51 | 0.66 | 0.49 |
| Hex | BF | 2A | CE | 7 | 50 | 0 | 13 | 127 | 42 | 31 |
| Octal | 277 | 52 | 316 | 7 | 120 | 0 | 23 | 447 | 102 | 61 |
| Binary | 10111111 | 101010 | 11001110 | 111 | 1010000 | 0 | 10011 | 100100111 | 1000010 | 110001 |
Color Harmonies of #BF2ACE
Complementary color
Monochromatic Colors of #BF2ACE
Black with #BF2ACE
Text Example
Text Example
White with #BF2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ACE; }
p { color: rgb(191,42,206); }
H1.HeaderClassName
{
color: #BF2ACE;
}
.AnyTagClassName
{
color: #BF2ACE;
}
</style>
background-color css
<style>
a { background-color: #BF2ACE; }
a { background-color: rgb(191,42,206); }
div.DivClassName
{
background-color: #BF2ACE;
}
.BgClassName
{
background-color: #BF2ACE;
}
</style>
border-color css
<style>
span { border-color: #BF2ACE; }
span { border-color: rgb(191,42,206); }
td.TdClassName
{
border-color: #BF2ACE;
}
.TagClassName
{
border-color: #BF2ACE;
}
</style>