Shades of Medium Orchid #B439DD
Tints of Medium Orchid #B439DD
RGB
CMYK
RGB Variations
Color information
#B439DD (or 0xB439DD) is known color: Medium Orchid. HEX triplet: B4, 39 and DD. RGB value is (180,57,221). Sum of RGB (Red+Green+Blue) = 180+57+221=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B439DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439DD is #4BC622. Grayscale: #6F6F6F. Windows color (decimal): -4965923 or 14498228. OLE color: 14498228.
HSL color Cylindrical-coordinate representation of color #B439DD: hue angle of 285º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B439DD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 57 | 221 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 285º | 0.71% | 0.55% | - |
| HSV(B) | 285º | 0.74% | 0.87% | - |
| XYZ | 33.34 | 17.85 | 70.09 | - |
| YUV | 112.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 221 | 0.19 | 0.74 | 0 | 0.13 | 285 | 0.71 | 0.55 |
| Hex | B4 | 39 | DD | 13 | 4A | 0 | D | 11D | 47 | 37 |
| Octal | 264 | 71 | 335 | 23 | 112 | 0 | 15 | 435 | 107 | 67 |
| Binary | 10110100 | 111001 | 11011101 | 10011 | 1001010 | 0 | 1101 | 100011101 | 1000111 | 110111 |
Color Harmonies of #B439DD
Complementary color
Monochromatic Colors of #B439DD
Black with #B439DD
Text Example
Text Example
White with #B439DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439DD; }
p { color: rgb(180,57,221); }
H1.HeaderClassName
{
color: #B439DD;
}
.AnyTagClassName
{
color: #B439DD;
}
</style>
background-color css
<style>
a { background-color: #B439DD; }
a { background-color: rgb(180,57,221); }
div.DivClassName
{
background-color: #B439DD;
}
.BgClassName
{
background-color: #B439DD;
}
</style>
border-color css
<style>
span { border-color: #B439DD; }
span { border-color: rgb(180,57,221); }
td.TdClassName
{
border-color: #B439DD;
}
.TagClassName
{
border-color: #B439DD;
}
</style>