Shades of Medium Orchid #BF5ADC
Tints of Medium Orchid #BF5ADC
RGB
CMYK
RGB Variations
Color information
#BF5ADC (or 0xBF5ADC) is known color: Medium Orchid. HEX triplet: BF, 5A and DC. RGB value is (191,90,220). Sum of RGB (Red+Green+Blue) = 191+90+220=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ADC is #40A523. Grayscale: #868686. Windows color (decimal): -4236580 or 14441151. OLE color: 14441151.
HSL color Cylindrical-coordinate representation of color #BF5ADC: hue angle of 286.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5ADC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 90 | 220 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.14 |
| HSL | 286.62º | 0.65% | 0.61% | - |
| HSV(B) | 286.62º | 0.59% | 0.86% | - |
| XYZ | 38.06 | 23.56 | 70.25 | - |
| YUV | 135.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 220 | 0.13 | 0.59 | 0 | 0.14 | 286.62 | 0.65 | 0.61 |
| Hex | BF | 5A | DC | D | 3B | 0 | E | 11F | 41 | 3D |
| Octal | 277 | 132 | 334 | 15 | 73 | 0 | 16 | 437 | 101 | 75 |
| Binary | 10111111 | 1011010 | 11011100 | 1101 | 111011 | 0 | 1110 | 100011111 | 1000001 | 111101 |
Color Harmonies of #BF5ADC
Complementary color
Monochromatic Colors of #BF5ADC
Black with #BF5ADC
Text Example
Text Example
White with #BF5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5ADC; }
p { color: rgb(191,90,220); }
H1.HeaderClassName
{
color: #BF5ADC;
}
.AnyTagClassName
{
color: #BF5ADC;
}
</style>
background-color css
<style>
a { background-color: #BF5ADC; }
a { background-color: rgb(191,90,220); }
div.DivClassName
{
background-color: #BF5ADC;
}
.BgClassName
{
background-color: #BF5ADC;
}
</style>
border-color css
<style>
span { border-color: #BF5ADC; }
span { border-color: rgb(191,90,220); }
td.TdClassName
{
border-color: #BF5ADC;
}
.TagClassName
{
border-color: #BF5ADC;
}
</style>