Shades of Medium Orchid #B04DEF
Tints of Medium Orchid #B04DEF
RGB
CMYK
RGB Variations
Color information
#B04DEF (or 0xB04DEF) is known color: Medium Orchid. HEX triplet: B0, 4D and EF. RGB value is (176,77,239). Sum of RGB (Red+Green+Blue) = 176+77+239=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #B04DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04DEF is #4FB210. Grayscale: #7C7C7C. Windows color (decimal): -5222929 or 15682992. OLE color: 15682992.
HSL color Cylindrical-coordinate representation of color #B04DEF: hue angle of 276.67º 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 #B04DEF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 77 | 239 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.06 |
| HSL | 276.67º | 0.84% | 0.62% | - |
| HSV(B) | 276.67º | 0.68% | 0.94% | - |
| XYZ | 36.14 | 20.77 | 83.77 | - |
| YUV | 125.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 239 | 0.26 | 0.68 | 0 | 0.06 | 276.67 | 0.84 | 0.62 |
| Hex | B0 | 4D | EF | 1A | 44 | 0 | 6 | 115 | 54 | 3E |
| Octal | 260 | 115 | 357 | 32 | 104 | 0 | 6 | 425 | 124 | 76 |
| Binary | 10110000 | 1001101 | 11101111 | 11010 | 1000100 | 0 | 110 | 100010101 | 1010100 | 111110 |
Color Harmonies of #B04DEF
Complementary color
Monochromatic Colors of #B04DEF
Black with #B04DEF
Text Example
Text Example
White with #B04DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DEF; }
p { color: rgb(176,77,239); }
H1.HeaderClassName
{
color: #B04DEF;
}
.AnyTagClassName
{
color: #B04DEF;
}
</style>
background-color css
<style>
a { background-color: #B04DEF; }
a { background-color: rgb(176,77,239); }
div.DivClassName
{
background-color: #B04DEF;
}
.BgClassName
{
background-color: #B04DEF;
}
</style>
border-color css
<style>
span { border-color: #B04DEF; }
span { border-color: rgb(176,77,239); }
td.TdClassName
{
border-color: #B04DEF;
}
.TagClassName
{
border-color: #B04DEF;
}
</style>