Shades of Medium Orchid #BF4BD1
Tints of Medium Orchid #BF4BD1
RGB
CMYK
RGB Variations
Color information
#BF4BD1 (or 0xBF4BD1) is known color: Medium Orchid. HEX triplet: BF, 4B and D1. RGB value is (191,75,209). Sum of RGB (Red+Green+Blue) = 191+75+209=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF4BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BD1 is #40B42E. Grayscale: #7C7C7C. Windows color (decimal): -4240431 or 13716415. OLE color: 13716415.
HSL color Cylindrical-coordinate representation of color #BF4BD1: hue angle of 291.94º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4BD1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 75 | 209 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.18 |
| HSL | 291.94º | 0.59% | 0.56% | - |
| HSV(B) | 291.94º | 0.64% | 0.82% | - |
| XYZ | 35.51 | 20.71 | 62.45 | - |
| YUV | 124.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 209 | 0.09 | 0.64 | 0 | 0.18 | 291.94 | 0.59 | 0.56 |
| Hex | BF | 4B | D1 | 9 | 40 | 0 | 12 | 124 | 3B | 38 |
| Octal | 277 | 113 | 321 | 11 | 100 | 0 | 22 | 444 | 73 | 70 |
| Binary | 10111111 | 1001011 | 11010001 | 1001 | 1000000 | 0 | 10010 | 100100100 | 111011 | 111000 |
Color Harmonies of #BF4BD1
Complementary color
Monochromatic Colors of #BF4BD1
Black with #BF4BD1
Text Example
Text Example
White with #BF4BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BD1; }
p { color: rgb(191,75,209); }
H1.HeaderClassName
{
color: #BF4BD1;
}
.AnyTagClassName
{
color: #BF4BD1;
}
</style>
background-color css
<style>
a { background-color: #BF4BD1; }
a { background-color: rgb(191,75,209); }
div.DivClassName
{
background-color: #BF4BD1;
}
.BgClassName
{
background-color: #BF4BD1;
}
</style>
border-color css
<style>
span { border-color: #BF4BD1; }
span { border-color: rgb(191,75,209); }
td.TdClassName
{
border-color: #BF4BD1;
}
.TagClassName
{
border-color: #BF4BD1;
}
</style>