Shades of Medium Orchid #BF43CE
Tints of Medium Orchid #BF43CE
RGB
CMYK
RGB Variations
Color information
#BF43CE (or 0xBF43CE) is known color: Medium Orchid. HEX triplet: BF, 43 and CE. RGB value is (191,67,206). Sum of RGB (Red+Green+Blue) = 191+67+206=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF43CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43CE is #40BC31. Grayscale: #777777. Windows color (decimal): -4242482 or 13517759. OLE color: 13517759.
HSL color Cylindrical-coordinate representation of color #BF43CE: hue angle of 293.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF43CE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 67 | 206 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.19 |
| HSL | 293.53º | 0.59% | 0.54% | - |
| HSV(B) | 293.53º | 0.67% | 0.81% | - |
| XYZ | 34.63 | 19.55 | 60.34 | - |
| YUV | 119.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 206 | 0.07 | 0.67 | 0 | 0.19 | 293.53 | 0.59 | 0.54 |
| Hex | BF | 43 | CE | 7 | 43 | 0 | 13 | 126 | 3B | 36 |
| Octal | 277 | 103 | 316 | 7 | 103 | 0 | 23 | 446 | 73 | 66 |
| Binary | 10111111 | 1000011 | 11001110 | 111 | 1000011 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #BF43CE
Complementary color
Monochromatic Colors of #BF43CE
Black with #BF43CE
Text Example
Text Example
White with #BF43CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43CE; }
p { color: rgb(191,67,206); }
H1.HeaderClassName
{
color: #BF43CE;
}
.AnyTagClassName
{
color: #BF43CE;
}
</style>
background-color css
<style>
a { background-color: #BF43CE; }
a { background-color: rgb(191,67,206); }
div.DivClassName
{
background-color: #BF43CE;
}
.BgClassName
{
background-color: #BF43CE;
}
</style>
border-color css
<style>
span { border-color: #BF43CE; }
span { border-color: rgb(191,67,206); }
td.TdClassName
{
border-color: #BF43CE;
}
.TagClassName
{
border-color: #BF43CE;
}
</style>