Shades of Medium Orchid #BD3CEB
Tints of Medium Orchid #BD3CEB
RGB
CMYK
RGB Variations
Color information
#BD3CEB (or 0xBD3CEB) is known color: Medium Orchid. HEX triplet: BD, 3C and EB. RGB value is (189,60,235). Sum of RGB (Red+Green+Blue) = 189+60+235=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CEB is #42C314. Grayscale: #757575. Windows color (decimal): -4375317 or 15416509. OLE color: 15416509.
HSL color Cylindrical-coordinate representation of color #BD3CEB: hue angle of 284.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3CEB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 60 | 235 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.08 |
| HSL | 284.23º | 0.81% | 0.58% | - |
| HSV(B) | 284.23º | 0.74% | 0.92% | - |
| XYZ | 37.6 | 20.05 | 80.49 | - |
| YUV | 118.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 235 | 0.20 | 0.74 | 0 | 0.08 | 284.23 | 0.81 | 0.58 |
| Hex | BD | 3C | EB | 14 | 4A | 0 | 8 | 11C | 51 | 3A |
| Octal | 275 | 74 | 353 | 24 | 112 | 0 | 10 | 434 | 121 | 72 |
| Binary | 10111101 | 111100 | 11101011 | 10100 | 1001010 | 0 | 1000 | 100011100 | 1010001 | 111010 |
Color Harmonies of #BD3CEB
Complementary color
Monochromatic Colors of #BD3CEB
Black with #BD3CEB
Text Example
Text Example
White with #BD3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CEB; }
p { color: rgb(189,60,235); }
H1.HeaderClassName
{
color: #BD3CEB;
}
.AnyTagClassName
{
color: #BD3CEB;
}
</style>
background-color css
<style>
a { background-color: #BD3CEB; }
a { background-color: rgb(189,60,235); }
div.DivClassName
{
background-color: #BD3CEB;
}
.BgClassName
{
background-color: #BD3CEB;
}
</style>
border-color css
<style>
span { border-color: #BD3CEB; }
span { border-color: rgb(189,60,235); }
td.TdClassName
{
border-color: #BD3CEB;
}
.TagClassName
{
border-color: #BD3CEB;
}
</style>