Shades of Medium Orchid #B74EEF
Tints of Medium Orchid #B74EEF
RGB
CMYK
RGB Variations
Color information
#B74EEF (or 0xB74EEF) is known color: Medium Orchid. HEX triplet: B7, 4E and EF. RGB value is (183,78,239). Sum of RGB (Red+Green+Blue) = 183+78+239=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 78 (30.86% from 255 or 15.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #B74EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74EEF is #48B110. Grayscale: #7F7F7F. Windows color (decimal): -4763921 or 15683255. OLE color: 15683255.
HSL color Cylindrical-coordinate representation of color #B74EEF: hue angle of 279.13º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74EEF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 78 | 239 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.06 |
| HSL | 279.13º | 0.83% | 0.62% | - |
| HSV(B) | 279.13º | 0.67% | 0.94% | - |
| XYZ | 37.83 | 21.75 | 83.87 | - |
| YUV | 127.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 239 | 0.23 | 0.67 | 0 | 0.06 | 279.13 | 0.83 | 0.62 |
| Hex | B7 | 4E | EF | 17 | 43 | 0 | 6 | 117 | 53 | 3E |
| Octal | 267 | 116 | 357 | 27 | 103 | 0 | 6 | 427 | 123 | 76 |
| Binary | 10110111 | 1001110 | 11101111 | 10111 | 1000011 | 0 | 110 | 100010111 | 1010011 | 111110 |
Color Harmonies of #B74EEF
Complementary color
Monochromatic Colors of #B74EEF
Black with #B74EEF
Text Example
Text Example
White with #B74EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EEF; }
p { color: rgb(183,78,239); }
H1.HeaderClassName
{
color: #B74EEF;
}
.AnyTagClassName
{
color: #B74EEF;
}
</style>
background-color css
<style>
a { background-color: #B74EEF; }
a { background-color: rgb(183,78,239); }
div.DivClassName
{
background-color: #B74EEF;
}
.BgClassName
{
background-color: #B74EEF;
}
</style>
border-color css
<style>
span { border-color: #B74EEF; }
span { border-color: rgb(183,78,239); }
td.TdClassName
{
border-color: #B74EEF;
}
.TagClassName
{
border-color: #B74EEF;
}
</style>