Shades of Medium Orchid #BF4BDF
Tints of Medium Orchid #BF4BDF
RGB
CMYK
RGB Variations
Color information
#BF4BDF (or 0xBF4BDF) is known color: Medium Orchid. HEX triplet: BF, 4B and DF. RGB value is (191,75,223). Sum of RGB (Red+Green+Blue) = 191+75+223=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 75 (29.69% from 255 or 15.34% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDF is #40B420. Grayscale: #7E7E7E. Windows color (decimal): -4240417 or 14633919. OLE color: 14633919.
HSL color Cylindrical-coordinate representation of color #BF4BDF: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 75 | 223 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.03º | 0.7% | 0.58% | - |
| HSV(B) | 287.03º | 0.66% | 0.87% | - |
| XYZ | 37.32 | 21.44 | 71.98 | - |
| YUV | 126.56 | 182.43 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 223 | 0.14 | 0.66 | 0 | 0.13 | 287.03 | 0.7 | 0.58 |
| Hex | BF | 4B | DF | E | 42 | 0 | D | 11F | 46 | 3A |
| Octal | 277 | 113 | 337 | 16 | 102 | 0 | 15 | 437 | 106 | 72 |
| Binary | 10111111 | 1001011 | 11011111 | 1110 | 1000010 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #BF4BDF
Complementary color
Monochromatic Colors of #BF4BDF
Black with #BF4BDF
Text Example
Text Example
White with #BF4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BDF; }
p { color: rgb(191,75,223); }
H1.HeaderClassName
{
color: #BF4BDF;
}
.AnyTagClassName
{
color: #BF4BDF;
}
</style>
background-color css
<style>
a { background-color: #BF4BDF; }
a { background-color: rgb(191,75,223); }
div.DivClassName
{
background-color: #BF4BDF;
}
.BgClassName
{
background-color: #BF4BDF;
}
</style>
border-color css
<style>
span { border-color: #BF4BDF; }
span { border-color: rgb(191,75,223); }
td.TdClassName
{
border-color: #BF4BDF;
}
.TagClassName
{
border-color: #BF4BDF;
}
</style>