Shades of Medium Orchid #BD35DB
Tints of Medium Orchid #BD35DB
RGB
CMYK
RGB Variations
Color information
#BD35DB (or 0xBD35DB) is known color: Medium Orchid. HEX triplet: BD, 35 and DB. RGB value is (189,53,219). Sum of RGB (Red+Green+Blue) = 189+53+219=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35DB is #42CA24. Grayscale: #707070. Windows color (decimal): -4377125 or 14366141. OLE color: 14366141.
HSL color Cylindrical-coordinate representation of color #BD35DB: hue angle of 289.16º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD35DB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 53 | 219 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.14 |
| HSL | 289.16º | 0.7% | 0.53% | - |
| HSV(B) | 289.16º | 0.76% | 0.86% | - |
| XYZ | 35.05 | 18.48 | 68.74 | - |
| YUV | 112.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 219 | 0.14 | 0.76 | 0 | 0.14 | 289.16 | 0.7 | 0.53 |
| Hex | BD | 35 | DB | E | 4C | 0 | E | 121 | 46 | 35 |
| Octal | 275 | 65 | 333 | 16 | 114 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111101 | 110101 | 11011011 | 1110 | 1001100 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BD35DB
Complementary color
Monochromatic Colors of #BD35DB
Black with #BD35DB
Text Example
Text Example
White with #BD35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD35DB; }
p { color: rgb(189,53,219); }
H1.HeaderClassName
{
color: #BD35DB;
}
.AnyTagClassName
{
color: #BD35DB;
}
</style>
background-color css
<style>
a { background-color: #BD35DB; }
a { background-color: rgb(189,53,219); }
div.DivClassName
{
background-color: #BD35DB;
}
.BgClassName
{
background-color: #BD35DB;
}
</style>
border-color css
<style>
span { border-color: #BD35DB; }
span { border-color: rgb(189,53,219); }
td.TdClassName
{
border-color: #BD35DB;
}
.TagClassName
{
border-color: #BD35DB;
}
</style>