Shades of Medium Orchid #B94CEF
Tints of Medium Orchid #B94CEF
RGB
CMYK
RGB Variations
Color information
#B94CEF (or 0xB94CEF) is known color: Medium Orchid. HEX triplet: B9, 4C and EF. RGB value is (185,76,239). Sum of RGB (Red+Green+Blue) = 185+76+239=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 76 (30.08% from 255 or 15.2% 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 #B94CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CEF is #46B310. Grayscale: #7E7E7E. Windows color (decimal): -4633361 or 15682745. OLE color: 15682745.
HSL color Cylindrical-coordinate representation of color #B94CEF: hue angle of 280.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B94CEF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 76 | 239 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.06 |
| HSL | 280.12º | 0.84% | 0.62% | - |
| HSV(B) | 280.12º | 0.68% | 0.94% | - |
| XYZ | 38.17 | 21.72 | 83.84 | - |
| YUV | 127.17 | 191.11 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 239 | 0.23 | 0.68 | 0 | 0.06 | 280.12 | 0.84 | 0.62 |
| Hex | B9 | 4C | EF | 17 | 44 | 0 | 6 | 118 | 54 | 3E |
| Octal | 271 | 114 | 357 | 27 | 104 | 0 | 6 | 430 | 124 | 76 |
| Binary | 10111001 | 1001100 | 11101111 | 10111 | 1000100 | 0 | 110 | 100011000 | 1010100 | 111110 |
Color Harmonies of #B94CEF
Complementary color
Monochromatic Colors of #B94CEF
Black with #B94CEF
Text Example
Text Example
White with #B94CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CEF; }
p { color: rgb(185,76,239); }
H1.HeaderClassName
{
color: #B94CEF;
}
.AnyTagClassName
{
color: #B94CEF;
}
</style>
background-color css
<style>
a { background-color: #B94CEF; }
a { background-color: rgb(185,76,239); }
div.DivClassName
{
background-color: #B94CEF;
}
.BgClassName
{
background-color: #B94CEF;
}
</style>
border-color css
<style>
span { border-color: #B94CEF; }
span { border-color: rgb(185,76,239); }
td.TdClassName
{
border-color: #B94CEF;
}
.TagClassName
{
border-color: #B94CEF;
}
</style>