Shades of Medium Orchid #BD4BED
Tints of Medium Orchid #BD4BED
RGB
CMYK
RGB Variations
Color information
#BD4BED (or 0xBD4BED) is known color: Medium Orchid. HEX triplet: BD, 4B and ED. RGB value is (189,75,237). Sum of RGB (Red+Green+Blue) = 189+75+237=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BED is #42B412. Grayscale: #7F7F7F. Windows color (decimal): -4371475 or 15551421. OLE color: 15551421.
HSL color Cylindrical-coordinate representation of color #BD4BED: hue angle of 282.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4BED is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 75 | 237 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.07 |
| HSL | 282.22º | 0.82% | 0.61% | - |
| HSV(B) | 282.22º | 0.68% | 0.93% | - |
| XYZ | 38.79 | 21.97 | 82.32 | - |
| YUV | 127.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 237 | 0.20 | 0.68 | 0 | 0.07 | 282.22 | 0.82 | 0.61 |
| Hex | BD | 4B | ED | 14 | 44 | 0 | 7 | 11A | 52 | 3D |
| Octal | 275 | 113 | 355 | 24 | 104 | 0 | 7 | 432 | 122 | 75 |
| Binary | 10111101 | 1001011 | 11101101 | 10100 | 1000100 | 0 | 111 | 100011010 | 1010010 | 111101 |
Color Harmonies of #BD4BED
Complementary color
Monochromatic Colors of #BD4BED
Black with #BD4BED
Text Example
Text Example
White with #BD4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BED; }
p { color: rgb(189,75,237); }
H1.HeaderClassName
{
color: #BD4BED;
}
.AnyTagClassName
{
color: #BD4BED;
}
</style>
background-color css
<style>
a { background-color: #BD4BED; }
a { background-color: rgb(189,75,237); }
div.DivClassName
{
background-color: #BD4BED;
}
.BgClassName
{
background-color: #BD4BED;
}
</style>
border-color css
<style>
span { border-color: #BD4BED; }
span { border-color: rgb(189,75,237); }
td.TdClassName
{
border-color: #BD4BED;
}
.TagClassName
{
border-color: #BD4BED;
}
</style>