Shades of Medium Orchid #BF4ACD
Tints of Medium Orchid #BF4ACD
RGB
CMYK
RGB Variations
Color information
#BF4ACD (or 0xBF4ACD) is known color: Medium Orchid. HEX triplet: BF, 4A and CD. RGB value is (191,74,205). Sum of RGB (Red+Green+Blue) = 191+74+205=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ACD is #40B532. Grayscale: #7B7B7B. Windows color (decimal): -4240691 or 13454015. OLE color: 13454015.
HSL color Cylindrical-coordinate representation of color #BF4ACD: hue angle of 293.59º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4ACD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 74 | 205 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.20 |
| HSL | 293.59º | 0.57% | 0.55% | - |
| HSV(B) | 293.59º | 0.64% | 0.8% | - |
| XYZ | 34.95 | 20.38 | 59.85 | - |
| YUV | 123.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 205 | 0.07 | 0.64 | 0 | 0.20 | 293.59 | 0.57 | 0.55 |
| Hex | BF | 4A | CD | 7 | 40 | 0 | 14 | 126 | 39 | 37 |
| Octal | 277 | 112 | 315 | 7 | 100 | 0 | 24 | 446 | 71 | 67 |
| Binary | 10111111 | 1001010 | 11001101 | 111 | 1000000 | 0 | 10100 | 100100110 | 111001 | 110111 |
Color Harmonies of #BF4ACD
Complementary color
Monochromatic Colors of #BF4ACD
Black with #BF4ACD
Text Example
Text Example
White with #BF4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ACD; }
p { color: rgb(191,74,205); }
H1.HeaderClassName
{
color: #BF4ACD;
}
.AnyTagClassName
{
color: #BF4ACD;
}
</style>
background-color css
<style>
a { background-color: #BF4ACD; }
a { background-color: rgb(191,74,205); }
div.DivClassName
{
background-color: #BF4ACD;
}
.BgClassName
{
background-color: #BF4ACD;
}
</style>
border-color css
<style>
span { border-color: #BF4ACD; }
span { border-color: rgb(191,74,205); }
td.TdClassName
{
border-color: #BF4ACD;
}
.TagClassName
{
border-color: #BF4ACD;
}
</style>