Shades of Medium Orchid #B74ED0
Tints of Medium Orchid #B74ED0
RGB
CMYK
RGB Variations
Color information
#B74ED0 (or 0xB74ED0) is known color: Medium Orchid. HEX triplet: B7, 4E and D0. RGB value is (183,78,208). Sum of RGB (Red+Green+Blue) = 183+78+208=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #B74ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ED0 is #48B12F. Grayscale: #7B7B7B. Windows color (decimal): -4763952 or 13651639. OLE color: 13651639.
HSL color Cylindrical-coordinate representation of color #B74ED0: hue angle of 288.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74ED0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 78 | 208 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.18 |
| HSL | 288.46º | 0.58% | 0.56% | - |
| HSV(B) | 288.46º | 0.63% | 0.82% | - |
| XYZ | 33.64 | 20.07 | 61.78 | - |
| YUV | 124.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 208 | 0.12 | 0.62 | 0 | 0.18 | 288.46 | 0.58 | 0.56 |
| Hex | B7 | 4E | D0 | C | 3E | 0 | 12 | 120 | 3A | 38 |
| Octal | 267 | 116 | 320 | 14 | 76 | 0 | 22 | 440 | 72 | 70 |
| Binary | 10110111 | 1001110 | 11010000 | 1100 | 111110 | 0 | 10010 | 100100000 | 111010 | 111000 |
Color Harmonies of #B74ED0
Complementary color
Monochromatic Colors of #B74ED0
Black with #B74ED0
Text Example
Text Example
White with #B74ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ED0; }
p { color: rgb(183,78,208); }
H1.HeaderClassName
{
color: #B74ED0;
}
.AnyTagClassName
{
color: #B74ED0;
}
</style>
background-color css
<style>
a { background-color: #B74ED0; }
a { background-color: rgb(183,78,208); }
div.DivClassName
{
background-color: #B74ED0;
}
.BgClassName
{
background-color: #B74ED0;
}
</style>
border-color css
<style>
span { border-color: #B74ED0; }
span { border-color: rgb(183,78,208); }
td.TdClassName
{
border-color: #B74ED0;
}
.TagClassName
{
border-color: #B74ED0;
}
</style>