Shades of Medium Orchid #BD3CEA
Tints of Medium Orchid #BD3CEA
RGB
CMYK
RGB Variations
Color information
#BD3CEA (or 0xBD3CEA) is known color: Medium Orchid. HEX triplet: BD, 3C and EA. RGB value is (189,60,234). Sum of RGB (Red+Green+Blue) = 189+60+234=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 60 (23.83% from 255 or 12.42% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD3CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CEA is #42C315. Grayscale: #757575. Windows color (decimal): -4375318 or 15350973. OLE color: 15350973.
HSL color Cylindrical-coordinate representation of color #BD3CEA: hue angle of 284.48º 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 #BD3CEA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 60 | 234 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.08 |
| HSL | 284.48º | 0.81% | 0.58% | - |
| HSV(B) | 284.48º | 0.74% | 0.92% | - |
| XYZ | 37.45 | 19.99 | 79.73 | - |
| YUV | 118.41 | 193.24 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 234 | 0.19 | 0.74 | 0 | 0.08 | 284.48 | 0.81 | 0.58 |
| Hex | BD | 3C | EA | 13 | 4A | 0 | 8 | 11C | 51 | 3A |
| Octal | 275 | 74 | 352 | 23 | 112 | 0 | 10 | 434 | 121 | 72 |
| Binary | 10111101 | 111100 | 11101010 | 10011 | 1001010 | 0 | 1000 | 100011100 | 1010001 | 111010 |
Color Harmonies of #BD3CEA
Complementary color
Monochromatic Colors of #BD3CEA
Black with #BD3CEA
Text Example
Text Example
White with #BD3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CEA; }
p { color: rgb(189,60,234); }
H1.HeaderClassName
{
color: #BD3CEA;
}
.AnyTagClassName
{
color: #BD3CEA;
}
</style>
background-color css
<style>
a { background-color: #BD3CEA; }
a { background-color: rgb(189,60,234); }
div.DivClassName
{
background-color: #BD3CEA;
}
.BgClassName
{
background-color: #BD3CEA;
}
</style>
border-color css
<style>
span { border-color: #BD3CEA; }
span { border-color: rgb(189,60,234); }
td.TdClassName
{
border-color: #BD3CEA;
}
.TagClassName
{
border-color: #BD3CEA;
}
</style>