Shades of Medium Orchid #BF4AD3
Tints of Medium Orchid #BF4AD3
RGB
CMYK
RGB Variations
Color information
#BF4AD3 (or 0xBF4AD3) is known color: Medium Orchid. HEX triplet: BF, 4A and D3. RGB value is (191,74,211). Sum of RGB (Red+Green+Blue) = 191+74+211=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF4AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4AD3 is #40B52C. Grayscale: #7C7C7C. Windows color (decimal): -4240685 or 13847231. OLE color: 13847231.
HSL color Cylindrical-coordinate representation of color #BF4AD3: hue angle of 291.24º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4AD3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 74 | 211 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.17 |
| HSL | 291.24º | 0.61% | 0.56% | - |
| HSV(B) | 291.24º | 0.65% | 0.83% | - |
| XYZ | 35.69 | 20.68 | 63.74 | - |
| YUV | 124.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 211 | 0.09 | 0.65 | 0 | 0.17 | 291.24 | 0.61 | 0.56 |
| Hex | BF | 4A | D3 | 9 | 41 | 0 | 11 | 123 | 3D | 38 |
| Octal | 277 | 112 | 323 | 11 | 101 | 0 | 21 | 443 | 75 | 70 |
| Binary | 10111111 | 1001010 | 11010011 | 1001 | 1000001 | 0 | 10001 | 100100011 | 111101 | 111000 |
Color Harmonies of #BF4AD3
Complementary color
Monochromatic Colors of #BF4AD3
Black with #BF4AD3
Text Example
Text Example
White with #BF4AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AD3; }
p { color: rgb(191,74,211); }
H1.HeaderClassName
{
color: #BF4AD3;
}
.AnyTagClassName
{
color: #BF4AD3;
}
</style>
background-color css
<style>
a { background-color: #BF4AD3; }
a { background-color: rgb(191,74,211); }
div.DivClassName
{
background-color: #BF4AD3;
}
.BgClassName
{
background-color: #BF4AD3;
}
</style>
border-color css
<style>
span { border-color: #BF4AD3; }
span { border-color: rgb(191,74,211); }
td.TdClassName
{
border-color: #BF4AD3;
}
.TagClassName
{
border-color: #BF4AD3;
}
</style>