Shades of Medium Orchid #BD35DF
Tints of Medium Orchid #BD35DF
RGB
CMYK
RGB Variations
Color information
#BD35DF (or 0xBD35DF) is known color: Medium Orchid. HEX triplet: BD, 35 and DF. RGB value is (189,53,223). Sum of RGB (Red+Green+Blue) = 189+53+223=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35DF is #42CA20. Grayscale: #707070. Windows color (decimal): -4377121 or 14628285. OLE color: 14628285.
HSL color Cylindrical-coordinate representation of color #BD35DF: hue angle of 288º 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 #BD35DF is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 53 | 223 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.13 |
| HSL | 288º | 0.73% | 0.54% | - |
| HSV(B) | 288º | 0.76% | 0.87% | - |
| XYZ | 35.58 | 18.69 | 71.54 | - |
| YUV | 113.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 223 | 0.15 | 0.76 | 0 | 0.13 | 288 | 0.73 | 0.54 |
| Hex | BD | 35 | DF | F | 4C | 0 | D | 120 | 49 | 36 |
| Octal | 275 | 65 | 337 | 17 | 114 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111101 | 110101 | 11011111 | 1111 | 1001100 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BD35DF
Complementary color
Monochromatic Colors of #BD35DF
Black with #BD35DF
Text Example
Text Example
White with #BD35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35DF; }
p { color: rgb(189,53,223); }
H1.HeaderClassName
{
color: #BD35DF;
}
.AnyTagClassName
{
color: #BD35DF;
}
</style>
background-color css
<style>
a { background-color: #BD35DF; }
a { background-color: rgb(189,53,223); }
div.DivClassName
{
background-color: #BD35DF;
}
.BgClassName
{
background-color: #BD35DF;
}
</style>
border-color css
<style>
span { border-color: #BD35DF; }
span { border-color: rgb(189,53,223); }
td.TdClassName
{
border-color: #BD35DF;
}
.TagClassName
{
border-color: #BD35DF;
}
</style>