Shades of Medium Orchid #BD74EA
Tints of Medium Orchid #BD74EA
RGB
CMYK
RGB Variations
Color information
#BD74EA (or 0xBD74EA) is known color: Medium Orchid. HEX triplet: BD, 74 and EA. RGB value is (189,116,234). Sum of RGB (Red+Green+Blue) = 189+116+234=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74EA is #428B15. Grayscale: #969696. Windows color (decimal): -4360982 or 15365309. OLE color: 15365309.
HSL color Cylindrical-coordinate representation of color #BD74EA: hue angle of 277.12º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD74EA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 116 | 234 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.08 |
| HSL | 277.12º | 0.74% | 0.69% | - |
| HSV(B) | 277.12º | 0.5% | 0.92% | - |
| XYZ | 42.08 | 29.25 | 81.27 | - |
| YUV | 151.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 234 | 0.19 | 0.50 | 0 | 0.08 | 277.12 | 0.74 | 0.69 |
| Hex | BD | 74 | EA | 13 | 32 | 0 | 8 | 115 | 4A | 45 |
| Octal | 275 | 164 | 352 | 23 | 62 | 0 | 10 | 425 | 112 | 105 |
| Binary | 10111101 | 1110100 | 11101010 | 10011 | 110010 | 0 | 1000 | 100010101 | 1001010 | 1000101 |
Color Harmonies of #BD74EA
Complementary color
Monochromatic Colors of #BD74EA
Black with #BD74EA
Text Example
Text Example
White with #BD74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74EA; }
p { color: rgb(189,116,234); }
H1.HeaderClassName
{
color: #BD74EA;
}
.AnyTagClassName
{
color: #BD74EA;
}
</style>
background-color css
<style>
a { background-color: #BD74EA; }
a { background-color: rgb(189,116,234); }
div.DivClassName
{
background-color: #BD74EA;
}
.BgClassName
{
background-color: #BD74EA;
}
</style>
border-color css
<style>
span { border-color: #BD74EA; }
span { border-color: rgb(189,116,234); }
td.TdClassName
{
border-color: #BD74EA;
}
.TagClassName
{
border-color: #BD74EA;
}
</style>