Shades of Medium Orchid #B74ECD
Tints of Medium Orchid #B74ECD
RGB
CMYK
RGB Variations
Color information
#B74ECD (or 0xB74ECD) is known color: Medium Orchid. HEX triplet: B7, 4E and CD. RGB value is (183,78,205). Sum of RGB (Red+Green+Blue) = 183+78+205=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ECD is #48B132. Grayscale: #7B7B7B. Windows color (decimal): -4763955 or 13455031. OLE color: 13455031.
HSL color Cylindrical-coordinate representation of color #B74ECD: hue angle of 289.61º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74ECD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 78 | 205 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.20 |
| HSL | 289.61º | 0.56% | 0.55% | - |
| HSV(B) | 289.61º | 0.62% | 0.8% | - |
| XYZ | 33.27 | 19.92 | 59.85 | - |
| YUV | 123.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 205 | 0.11 | 0.62 | 0 | 0.20 | 289.61 | 0.56 | 0.55 |
| Hex | B7 | 4E | CD | B | 3E | 0 | 14 | 122 | 38 | 37 |
| Octal | 267 | 116 | 315 | 13 | 76 | 0 | 24 | 442 | 70 | 67 |
| Binary | 10110111 | 1001110 | 11001101 | 1011 | 111110 | 0 | 10100 | 100100010 | 111000 | 110111 |
Color Harmonies of #B74ECD
Complementary color
Monochromatic Colors of #B74ECD
Black with #B74ECD
Text Example
Text Example
White with #B74ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ECD; }
p { color: rgb(183,78,205); }
H1.HeaderClassName
{
color: #B74ECD;
}
.AnyTagClassName
{
color: #B74ECD;
}
</style>
background-color css
<style>
a { background-color: #B74ECD; }
a { background-color: rgb(183,78,205); }
div.DivClassName
{
background-color: #B74ECD;
}
.BgClassName
{
background-color: #B74ECD;
}
</style>
border-color css
<style>
span { border-color: #B74ECD; }
span { border-color: rgb(183,78,205); }
td.TdClassName
{
border-color: #B74ECD;
}
.TagClassName
{
border-color: #B74ECD;
}
</style>