Shades of Medium Orchid #BD38CF
Tints of Medium Orchid #BD38CF
RGB
CMYK
RGB Variations
Color information
#BD38CF (or 0xBD38CF) is known color: Medium Orchid. HEX triplet: BD, 38 and CF. RGB value is (189,56,207). Sum of RGB (Red+Green+Blue) = 189+56+207=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38CF is #42C730. Grayscale: #707070. Windows color (decimal): -4376369 or 13580477. OLE color: 13580477.
HSL color Cylindrical-coordinate representation of color #BD38CF: hue angle of 292.85º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD38CF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 56 | 207 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.19 |
| HSL | 292.85º | 0.61% | 0.52% | - |
| HSV(B) | 292.85º | 0.73% | 0.81% | - |
| XYZ | 33.66 | 18.15 | 60.76 | - |
| YUV | 112.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 207 | 0.09 | 0.73 | 0 | 0.19 | 292.85 | 0.61 | 0.52 |
| Hex | BD | 38 | CF | 9 | 49 | 0 | 13 | 125 | 3D | 34 |
| Octal | 275 | 70 | 317 | 11 | 111 | 0 | 23 | 445 | 75 | 64 |
| Binary | 10111101 | 111000 | 11001111 | 1001 | 1001001 | 0 | 10011 | 100100101 | 111101 | 110100 |
Color Harmonies of #BD38CF
Complementary color
Monochromatic Colors of #BD38CF
Black with #BD38CF
Text Example
Text Example
White with #BD38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD38CF; }
p { color: rgb(189,56,207); }
H1.HeaderClassName
{
color: #BD38CF;
}
.AnyTagClassName
{
color: #BD38CF;
}
</style>
background-color css
<style>
a { background-color: #BD38CF; }
a { background-color: rgb(189,56,207); }
div.DivClassName
{
background-color: #BD38CF;
}
.BgClassName
{
background-color: #BD38CF;
}
</style>
border-color css
<style>
span { border-color: #BD38CF; }
span { border-color: rgb(189,56,207); }
td.TdClassName
{
border-color: #BD38CF;
}
.TagClassName
{
border-color: #BD38CF;
}
</style>