Shades of Medium Orchid #B74EF7
Tints of Medium Orchid #B74EF7
RGB
CMYK
RGB Variations
Color information
#B74EF7 (or 0xB74EF7) is known color: Medium Orchid. HEX triplet: B7, 4E and F7. RGB value is (183,78,247). Sum of RGB (Red+Green+Blue) = 183+78+247=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #B74EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EF7 is #48B108. Grayscale: #808080. Windows color (decimal): -4763913 or 16207543. OLE color: 16207543.
HSL color Cylindrical-coordinate representation of color #B74EF7: hue angle of 277.28º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74EF7 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 78 | 247 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.03 |
| HSL | 277.28º | 0.91% | 0.64% | - |
| HSV(B) | 277.28º | 0.68% | 0.97% | - |
| XYZ | 39.04 | 22.23 | 90.23 | - |
| YUV | 128.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 247 | 0.26 | 0.68 | 0 | 0.03 | 277.28 | 0.91 | 0.64 |
| Hex | B7 | 4E | F7 | 1A | 44 | 0 | 3 | 115 | 5B | 40 |
| Octal | 267 | 116 | 367 | 32 | 104 | 0 | 3 | 425 | 133 | 100 |
| Binary | 10110111 | 1001110 | 11110111 | 11010 | 1000100 | 0 | 11 | 100010101 | 1011011 | 1000000 |
Color Harmonies of #B74EF7
Complementary color
Monochromatic Colors of #B74EF7
Black with #B74EF7
Text Example
Text Example
White with #B74EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EF7; }
p { color: rgb(183,78,247); }
H1.HeaderClassName
{
color: #B74EF7;
}
.AnyTagClassName
{
color: #B74EF7;
}
</style>
background-color css
<style>
a { background-color: #B74EF7; }
a { background-color: rgb(183,78,247); }
div.DivClassName
{
background-color: #B74EF7;
}
.BgClassName
{
background-color: #B74EF7;
}
</style>
border-color css
<style>
span { border-color: #B74EF7; }
span { border-color: rgb(183,78,247); }
td.TdClassName
{
border-color: #B74EF7;
}
.TagClassName
{
border-color: #B74EF7;
}
</style>