Shades of Medium Orchid #BC35DF
Tints of Medium Orchid #BC35DF
RGB
CMYK
RGB Variations
Color information
#BC35DF (or 0xBC35DF) is known color: Medium Orchid. HEX triplet: BC, 35 and DF. RGB value is (188,53,223). Sum of RGB (Red+Green+Blue) = 188+53+223=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35DF is #43CA20. Grayscale: #707070. Windows color (decimal): -4442657 or 14628284. OLE color: 14628284.
HSL color Cylindrical-coordinate representation of color #BC35DF: hue angle of 287.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC35DF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 53 | 223 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.13 |
| HSL | 287.65º | 0.73% | 0.54% | - |
| HSV(B) | 287.65º | 0.76% | 0.87% | - |
| XYZ | 35.33 | 18.57 | 71.53 | - |
| YUV | 112.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 223 | 0.16 | 0.76 | 0 | 0.13 | 287.65 | 0.73 | 0.54 |
| Hex | BC | 35 | DF | 10 | 4C | 0 | D | 120 | 49 | 36 |
| Octal | 274 | 65 | 337 | 20 | 114 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111100 | 110101 | 11011111 | 10000 | 1001100 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BC35DF
Complementary color
Monochromatic Colors of #BC35DF
Black with #BC35DF
Text Example
Text Example
White with #BC35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC35DF; }
p { color: rgb(188,53,223); }
H1.HeaderClassName
{
color: #BC35DF;
}
.AnyTagClassName
{
color: #BC35DF;
}
</style>
background-color css
<style>
a { background-color: #BC35DF; }
a { background-color: rgb(188,53,223); }
div.DivClassName
{
background-color: #BC35DF;
}
.BgClassName
{
background-color: #BC35DF;
}
</style>
border-color css
<style>
span { border-color: #BC35DF; }
span { border-color: rgb(188,53,223); }
td.TdClassName
{
border-color: #BC35DF;
}
.TagClassName
{
border-color: #BC35DF;
}
</style>