Shades of Medium Orchid #B74EDD
Tints of Medium Orchid #B74EDD
RGB
CMYK
RGB Variations
Color information
#B74EDD (or 0xB74EDD) is known color: Medium Orchid. HEX triplet: B7, 4E and DD. RGB value is (183,78,221). Sum of RGB (Red+Green+Blue) = 183+78+221=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B74EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EDD is #48B122. Grayscale: #7D7D7D. Windows color (decimal): -4763939 or 14503607. OLE color: 14503607.
HSL color Cylindrical-coordinate representation of color #B74EDD: hue angle of 284.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74EDD is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 78 | 221 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.13 |
| HSL | 284.06º | 0.68% | 0.59% | - |
| HSV(B) | 284.06º | 0.65% | 0.87% | - |
| XYZ | 35.3 | 20.74 | 70.55 | - |
| YUV | 125.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 221 | 0.17 | 0.65 | 0 | 0.13 | 284.06 | 0.68 | 0.59 |
| Hex | B7 | 4E | DD | 11 | 41 | 0 | D | 11C | 44 | 3B |
| Octal | 267 | 116 | 335 | 21 | 101 | 0 | 15 | 434 | 104 | 73 |
| Binary | 10110111 | 1001110 | 11011101 | 10001 | 1000001 | 0 | 1101 | 100011100 | 1000100 | 111011 |
Color Harmonies of #B74EDD
Complementary color
Monochromatic Colors of #B74EDD
Black with #B74EDD
Text Example
Text Example
White with #B74EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EDD; }
p { color: rgb(183,78,221); }
H1.HeaderClassName
{
color: #B74EDD;
}
.AnyTagClassName
{
color: #B74EDD;
}
</style>
background-color css
<style>
a { background-color: #B74EDD; }
a { background-color: rgb(183,78,221); }
div.DivClassName
{
background-color: #B74EDD;
}
.BgClassName
{
background-color: #B74EDD;
}
</style>
border-color css
<style>
span { border-color: #B74EDD; }
span { border-color: rgb(183,78,221); }
td.TdClassName
{
border-color: #B74EDD;
}
.TagClassName
{
border-color: #B74EDD;
}
</style>