Shades of Medium Orchid #B439E0
Tints of Medium Orchid #B439E0
RGB
CMYK
RGB Variations
Color information
#B439E0 (or 0xB439E0) is known color: Medium Orchid. HEX triplet: B4, 39 and E0. RGB value is (180,57,224). Sum of RGB (Red+Green+Blue) = 180+57+224=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #B439E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439E0 is #4BC61F. Grayscale: #707070. Windows color (decimal): -4965920 or 14694836. OLE color: 14694836.
HSL color Cylindrical-coordinate representation of color #B439E0: hue angle of 284.19º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B439E0 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 57 | 224 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.12 |
| HSL | 284.19º | 0.73% | 0.55% | - |
| HSV(B) | 284.19º | 0.75% | 0.88% | - |
| XYZ | 33.74 | 18.01 | 72.22 | - |
| YUV | 112.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 224 | 0.20 | 0.75 | 0 | 0.12 | 284.19 | 0.73 | 0.55 |
| Hex | B4 | 39 | E0 | 14 | 4B | 0 | C | 11C | 49 | 37 |
| Octal | 264 | 71 | 340 | 24 | 113 | 0 | 14 | 434 | 111 | 67 |
| Binary | 10110100 | 111001 | 11100000 | 10100 | 1001011 | 0 | 1100 | 100011100 | 1001001 | 110111 |
Color Harmonies of #B439E0
Complementary color
Monochromatic Colors of #B439E0
Black with #B439E0
Text Example
Text Example
White with #B439E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439E0; }
p { color: rgb(180,57,224); }
H1.HeaderClassName
{
color: #B439E0;
}
.AnyTagClassName
{
color: #B439E0;
}
</style>
background-color css
<style>
a { background-color: #B439E0; }
a { background-color: rgb(180,57,224); }
div.DivClassName
{
background-color: #B439E0;
}
.BgClassName
{
background-color: #B439E0;
}
</style>
border-color css
<style>
span { border-color: #B439E0; }
span { border-color: rgb(180,57,224); }
td.TdClassName
{
border-color: #B439E0;
}
.TagClassName
{
border-color: #B439E0;
}
</style>