Shades of Medium Orchid #B74ED4
Tints of Medium Orchid #B74ED4
RGB
CMYK
RGB Variations
Color information
#B74ED4 (or 0xB74ED4) is known color: Medium Orchid. HEX triplet: B7, 4E and D4. RGB value is (183,78,212). Sum of RGB (Red+Green+Blue) = 183+78+212=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #B74ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ED4 is #48B12B. Grayscale: #7C7C7C. Windows color (decimal): -4763948 or 13913783. OLE color: 13913783.
HSL color Cylindrical-coordinate representation of color #B74ED4: hue angle of 287.01º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74ED4 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 78 | 212 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.17 |
| HSL | 287.01º | 0.61% | 0.57% | - |
| HSV(B) | 287.01º | 0.63% | 0.83% | - |
| XYZ | 34.14 | 20.27 | 64.4 | - |
| YUV | 124.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 212 | 0.14 | 0.63 | 0 | 0.17 | 287.01 | 0.61 | 0.57 |
| Hex | B7 | 4E | D4 | E | 3F | 0 | 11 | 11F | 3D | 39 |
| Octal | 267 | 116 | 324 | 16 | 77 | 0 | 21 | 437 | 75 | 71 |
| Binary | 10110111 | 1001110 | 11010100 | 1110 | 111111 | 0 | 10001 | 100011111 | 111101 | 111001 |
Color Harmonies of #B74ED4
Complementary color
Monochromatic Colors of #B74ED4
Black with #B74ED4
Text Example
Text Example
White with #B74ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74ED4; }
p { color: rgb(183,78,212); }
H1.HeaderClassName
{
color: #B74ED4;
}
.AnyTagClassName
{
color: #B74ED4;
}
</style>
background-color css
<style>
a { background-color: #B74ED4; }
a { background-color: rgb(183,78,212); }
div.DivClassName
{
background-color: #B74ED4;
}
.BgClassName
{
background-color: #B74ED4;
}
</style>
border-color css
<style>
span { border-color: #B74ED4; }
span { border-color: rgb(183,78,212); }
td.TdClassName
{
border-color: #B74ED4;
}
.TagClassName
{
border-color: #B74ED4;
}
</style>