Shades of Medium Orchid #BD38E2
Tints of Medium Orchid #BD38E2
RGB
CMYK
RGB Variations
Color information
#BD38E2 (or 0xBD38E2) is known color: Medium Orchid. HEX triplet: BD, 38 and E2. RGB value is (189,56,226). Sum of RGB (Red+Green+Blue) = 189+56+226=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD38E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38E2 is #42C71D. Grayscale: #727272. Windows color (decimal): -4376350 or 14825661. OLE color: 14825661.
HSL color Cylindrical-coordinate representation of color #BD38E2: hue angle of 286.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD38E2 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 56 | 226 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.11 |
| HSL | 286.94º | 0.75% | 0.55% | - |
| HSV(B) | 286.94º | 0.75% | 0.89% | - |
| XYZ | 36.13 | 19.14 | 73.74 | - |
| YUV | 115.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 226 | 0.16 | 0.75 | 0 | 0.11 | 286.94 | 0.75 | 0.55 |
| Hex | BD | 38 | E2 | 10 | 4B | 0 | B | 11F | 4B | 37 |
| Octal | 275 | 70 | 342 | 20 | 113 | 0 | 13 | 437 | 113 | 67 |
| Binary | 10111101 | 111000 | 11100010 | 10000 | 1001011 | 0 | 1011 | 100011111 | 1001011 | 110111 |
Color Harmonies of #BD38E2
Complementary color
Monochromatic Colors of #BD38E2
Black with #BD38E2
Text Example
Text Example
White with #BD38E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38E2; }
p { color: rgb(189,56,226); }
H1.HeaderClassName
{
color: #BD38E2;
}
.AnyTagClassName
{
color: #BD38E2;
}
</style>
background-color css
<style>
a { background-color: #BD38E2; }
a { background-color: rgb(189,56,226); }
div.DivClassName
{
background-color: #BD38E2;
}
.BgClassName
{
background-color: #BD38E2;
}
</style>
border-color css
<style>
span { border-color: #BD38E2; }
span { border-color: rgb(189,56,226); }
td.TdClassName
{
border-color: #BD38E2;
}
.TagClassName
{
border-color: #BD38E2;
}
</style>