Shades of Medium Orchid #BC75DF
Tints of Medium Orchid #BC75DF
RGB
CMYK
RGB Variations
Color information
#BC75DF (or 0xBC75DF) is known color: Medium Orchid. HEX triplet: BC, 75 and DF. RGB value is (188,117,223). Sum of RGB (Red+Green+Blue) = 188+117+223=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC75DF is #438A20. Grayscale: #959595. Windows color (decimal): -4426273 or 14644668. OLE color: 14644668.
HSL color Cylindrical-coordinate representation of color #BC75DF: hue angle of 280.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC75DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 117 | 223 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280.19º | 0.62% | 0.67% | - |
| HSV(B) | 280.19º | 0.48% | 0.87% | - |
| XYZ | 40.42 | 28.74 | 73.23 | - |
| YUV | 150.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 223 | 0.16 | 0.48 | 0 | 0.13 | 280.19 | 0.62 | 0.67 |
| Hex | BC | 75 | DF | 10 | 30 | 0 | D | 118 | 3E | 43 |
| Octal | 274 | 165 | 337 | 20 | 60 | 0 | 15 | 430 | 76 | 103 |
| Binary | 10111100 | 1110101 | 11011111 | 10000 | 110000 | 0 | 1101 | 100011000 | 111110 | 1000011 |
Color Harmonies of #BC75DF
Complementary color
Monochromatic Colors of #BC75DF
Black with #BC75DF
Text Example
Text Example
White with #BC75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC75DF; }
p { color: rgb(188,117,223); }
H1.HeaderClassName
{
color: #BC75DF;
}
.AnyTagClassName
{
color: #BC75DF;
}
</style>
background-color css
<style>
a { background-color: #BC75DF; }
a { background-color: rgb(188,117,223); }
div.DivClassName
{
background-color: #BC75DF;
}
.BgClassName
{
background-color: #BC75DF;
}
</style>
border-color css
<style>
span { border-color: #BC75DF; }
span { border-color: rgb(188,117,223); }
td.TdClassName
{
border-color: #BC75DF;
}
.TagClassName
{
border-color: #BC75DF;
}
</style>