Shades of Medium Orchid #BD5FEF
Tints of Medium Orchid #BD5FEF
RGB
CMYK
RGB Variations
Color information
#BD5FEF (or 0xBD5FEF) is known color: Medium Orchid. HEX triplet: BD, 5F and EF. RGB value is (189,95,239). Sum of RGB (Red+Green+Blue) = 189+95+239=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FEF is #42A010. Grayscale: #8B8B8B. Windows color (decimal): -4366353 or 15687613. OLE color: 15687613.
HSL color Cylindrical-coordinate representation of color #BD5FEF: hue angle of 279.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5FEF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 95 | 239 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.06 |
| HSL | 279.17º | 0.82% | 0.65% | - |
| HSV(B) | 279.17º | 0.6% | 0.94% | - |
| XYZ | 40.66 | 25.24 | 84.39 | - |
| YUV | 139.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 239 | 0.21 | 0.60 | 0 | 0.06 | 279.17 | 0.82 | 0.65 |
| Hex | BD | 5F | EF | 15 | 3C | 0 | 6 | 117 | 52 | 41 |
| Octal | 275 | 137 | 357 | 25 | 74 | 0 | 6 | 427 | 122 | 101 |
| Binary | 10111101 | 1011111 | 11101111 | 10101 | 111100 | 0 | 110 | 100010111 | 1010010 | 1000001 |
Color Harmonies of #BD5FEF
Complementary color
Monochromatic Colors of #BD5FEF
Black with #BD5FEF
Text Example
Text Example
White with #BD5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FEF; }
p { color: rgb(189,95,239); }
H1.HeaderClassName
{
color: #BD5FEF;
}
.AnyTagClassName
{
color: #BD5FEF;
}
</style>
background-color css
<style>
a { background-color: #BD5FEF; }
a { background-color: rgb(189,95,239); }
div.DivClassName
{
background-color: #BD5FEF;
}
.BgClassName
{
background-color: #BD5FEF;
}
</style>
border-color css
<style>
span { border-color: #BD5FEF; }
span { border-color: rgb(189,95,239); }
td.TdClassName
{
border-color: #BD5FEF;
}
.TagClassName
{
border-color: #BD5FEF;
}
</style>