Shades of Medium Orchid #BF5AD4
Tints of Medium Orchid #BF5AD4
RGB
CMYK
RGB Variations
Color information
#BF5AD4 (or 0xBF5AD4) is known color: Medium Orchid. HEX triplet: BF, 5A and D4. RGB value is (191,90,212). Sum of RGB (Red+Green+Blue) = 191+90+212=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF5AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5AD4 is #40A52B. Grayscale: #858585. Windows color (decimal): -4236588 or 13916863. OLE color: 13916863.
HSL color Cylindrical-coordinate representation of color #BF5AD4: hue angle of 289.67º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5AD4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 90 | 212 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.17 |
| HSL | 289.67º | 0.59% | 0.59% | - |
| HSV(B) | 289.67º | 0.58% | 0.83% | - |
| XYZ | 37.03 | 23.14 | 64.8 | - |
| YUV | 134.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 212 | 0.10 | 0.58 | 0 | 0.17 | 289.67 | 0.59 | 0.59 |
| Hex | BF | 5A | D4 | A | 3A | 0 | 11 | 122 | 3B | 3B |
| Octal | 277 | 132 | 324 | 12 | 72 | 0 | 21 | 442 | 73 | 73 |
| Binary | 10111111 | 1011010 | 11010100 | 1010 | 111010 | 0 | 10001 | 100100010 | 111011 | 111011 |
Color Harmonies of #BF5AD4
Complementary color
Monochromatic Colors of #BF5AD4
Black with #BF5AD4
Text Example
Text Example
White with #BF5AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AD4; }
p { color: rgb(191,90,212); }
H1.HeaderClassName
{
color: #BF5AD4;
}
.AnyTagClassName
{
color: #BF5AD4;
}
</style>
background-color css
<style>
a { background-color: #BF5AD4; }
a { background-color: rgb(191,90,212); }
div.DivClassName
{
background-color: #BF5AD4;
}
.BgClassName
{
background-color: #BF5AD4;
}
</style>
border-color css
<style>
span { border-color: #BF5AD4; }
span { border-color: rgb(191,90,212); }
td.TdClassName
{
border-color: #BF5AD4;
}
.TagClassName
{
border-color: #BF5AD4;
}
</style>