Shades of Medium Orchid #BC4BDF
Tints of Medium Orchid #BC4BDF
RGB
CMYK
RGB Variations
Color information
#BC4BDF (or 0xBC4BDF) is known color: Medium Orchid. HEX triplet: BC, 4B and DF. RGB value is (188,75,223). Sum of RGB (Red+Green+Blue) = 188+75+223=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 75 (29.69% from 255 or 15.43% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC4BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDF is #43B420. Grayscale: #7D7D7D. Windows color (decimal): -4437025 or 14633916. OLE color: 14633916.
HSL color Cylindrical-coordinate representation of color #BC4BDF: hue angle of 285.81º 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 #BC4BDF is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 75 | 223 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.13 |
| HSL | 285.81º | 0.7% | 0.58% | - |
| HSV(B) | 285.81º | 0.66% | 0.87% | - |
| XYZ | 36.57 | 21.05 | 71.95 | - |
| YUV | 125.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 223 | 0.16 | 0.66 | 0 | 0.13 | 285.81 | 0.7 | 0.58 |
| Hex | BC | 4B | DF | 10 | 42 | 0 | D | 11E | 46 | 3A |
| Octal | 274 | 113 | 337 | 20 | 102 | 0 | 15 | 436 | 106 | 72 |
| Binary | 10111100 | 1001011 | 11011111 | 10000 | 1000010 | 0 | 1101 | 100011110 | 1000110 | 111010 |
Color Harmonies of #BC4BDF
Complementary color
Monochromatic Colors of #BC4BDF
Black with #BC4BDF
Text Example
Text Example
White with #BC4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BDF; }
p { color: rgb(188,75,223); }
H1.HeaderClassName
{
color: #BC4BDF;
}
.AnyTagClassName
{
color: #BC4BDF;
}
</style>
background-color css
<style>
a { background-color: #BC4BDF; }
a { background-color: rgb(188,75,223); }
div.DivClassName
{
background-color: #BC4BDF;
}
.BgClassName
{
background-color: #BC4BDF;
}
</style>
border-color css
<style>
span { border-color: #BC4BDF; }
span { border-color: rgb(188,75,223); }
td.TdClassName
{
border-color: #BC4BDF;
}
.TagClassName
{
border-color: #BC4BDF;
}
</style>