Shades of Medium Orchid #BF54D2
Tints of Medium Orchid #BF54D2
RGB
CMYK
RGB Variations
Color information
#BF54D2 (or 0xBF54D2) is known color: Medium Orchid. HEX triplet: BF, 54 and D2. RGB value is (191,84,210). Sum of RGB (Red+Green+Blue) = 191+84+210=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF54D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54D2 is #40AB2D. Grayscale: #818181. Windows color (decimal): -4238126 or 13784255. OLE color: 13784255.
HSL color Cylindrical-coordinate representation of color #BF54D2: hue angle of 290.95º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF54D2 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 84 | 210 | - |
| CMYK | 0.09 | 0.6 | 0 | 0.18 |
| HSL | 290.95º | 0.58% | 0.58% | - |
| HSV(B) | 290.95º | 0.6% | 0.82% | - |
| XYZ | 36.29 | 22.07 | 63.32 | - |
| YUV | 130.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 210 | 0.09 | 0.6 | 0 | 0.18 | 290.95 | 0.58 | 0.58 |
| Hex | BF | 54 | D2 | 9 | 3C | 0 | 12 | 123 | 3A | 3A |
| Octal | 277 | 124 | 322 | 11 | 74 | 0 | 22 | 443 | 72 | 72 |
| Binary | 10111111 | 1010100 | 11010010 | 1001 | 111100 | 0 | 10010 | 100100011 | 111010 | 111010 |
Color Harmonies of #BF54D2
Complementary color
Monochromatic Colors of #BF54D2
Black with #BF54D2
Text Example
Text Example
White with #BF54D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54D2; }
p { color: rgb(191,84,210); }
H1.HeaderClassName
{
color: #BF54D2;
}
.AnyTagClassName
{
color: #BF54D2;
}
</style>
background-color css
<style>
a { background-color: #BF54D2; }
a { background-color: rgb(191,84,210); }
div.DivClassName
{
background-color: #BF54D2;
}
.BgClassName
{
background-color: #BF54D2;
}
</style>
border-color css
<style>
span { border-color: #BF54D2; }
span { border-color: rgb(191,84,210); }
td.TdClassName
{
border-color: #BF54D2;
}
.TagClassName
{
border-color: #BF54D2;
}
</style>