Shades of Medium Orchid #BD74E8
Tints of Medium Orchid #BD74E8
RGB
CMYK
RGB Variations
Color information
#BD74E8 (or 0xBD74E8) is known color: Medium Orchid. HEX triplet: BD, 74 and E8. RGB value is (189,116,232). Sum of RGB (Red+Green+Blue) = 189+116+232=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD74E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74E8 is #428B17. Grayscale: #969696. Windows color (decimal): -4360984 or 15234237. OLE color: 15234237.
HSL color Cylindrical-coordinate representation of color #BD74E8: hue angle of 277.76º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD74E8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 116 | 232 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.09 |
| HSL | 277.76º | 0.72% | 0.68% | - |
| HSV(B) | 277.76º | 0.5% | 0.91% | - |
| XYZ | 41.8 | 29.14 | 79.76 | - |
| YUV | 151.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 232 | 0.19 | 0.50 | 0 | 0.09 | 277.76 | 0.72 | 0.68 |
| Hex | BD | 74 | E8 | 13 | 32 | 0 | 9 | 116 | 48 | 44 |
| Octal | 275 | 164 | 350 | 23 | 62 | 0 | 11 | 426 | 110 | 104 |
| Binary | 10111101 | 1110100 | 11101000 | 10011 | 110010 | 0 | 1001 | 100010110 | 1001000 | 1000100 |
Color Harmonies of #BD74E8
Complementary color
Monochromatic Colors of #BD74E8
Black with #BD74E8
Text Example
Text Example
White with #BD74E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74E8; }
p { color: rgb(189,116,232); }
H1.HeaderClassName
{
color: #BD74E8;
}
.AnyTagClassName
{
color: #BD74E8;
}
</style>
background-color css
<style>
a { background-color: #BD74E8; }
a { background-color: rgb(189,116,232); }
div.DivClassName
{
background-color: #BD74E8;
}
.BgClassName
{
background-color: #BD74E8;
}
</style>
border-color css
<style>
span { border-color: #BD74E8; }
span { border-color: rgb(189,116,232); }
td.TdClassName
{
border-color: #BD74E8;
}
.TagClassName
{
border-color: #BD74E8;
}
</style>