Shades of Medium Orchid #B439DF
Tints of Medium Orchid #B439DF
RGB
CMYK
RGB Variations
Color information
#B439DF (or 0xB439DF) is known color: Medium Orchid. HEX triplet: B4, 39 and DF. RGB value is (180,57,223). Sum of RGB (Red+Green+Blue) = 180+57+223=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #B439DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B439DF is #4BC620. Grayscale: #707070. Windows color (decimal): -4965921 or 14629300. OLE color: 14629300.
HSL color Cylindrical-coordinate representation of color #B439DF: hue angle of 284.46º degrees, saturation: 0.72, 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 #B439DF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 57 | 223 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.46º | 0.72% | 0.55% | - |
| HSV(B) | 284.46º | 0.74% | 0.87% | - |
| XYZ | 33.6 | 17.96 | 71.51 | - |
| YUV | 112.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 223 | 0.19 | 0.74 | 0 | 0.13 | 284.46 | 0.72 | 0.55 |
| Hex | B4 | 39 | DF | 13 | 4A | 0 | D | 11C | 48 | 37 |
| Octal | 264 | 71 | 337 | 23 | 112 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110100 | 111001 | 11011111 | 10011 | 1001010 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B439DF
Complementary color
Monochromatic Colors of #B439DF
Black with #B439DF
Text Example
Text Example
White with #B439DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439DF; }
p { color: rgb(180,57,223); }
H1.HeaderClassName
{
color: #B439DF;
}
.AnyTagClassName
{
color: #B439DF;
}
</style>
background-color css
<style>
a { background-color: #B439DF; }
a { background-color: rgb(180,57,223); }
div.DivClassName
{
background-color: #B439DF;
}
.BgClassName
{
background-color: #B439DF;
}
</style>
border-color css
<style>
span { border-color: #B439DF; }
span { border-color: rgb(180,57,223); }
td.TdClassName
{
border-color: #B439DF;
}
.TagClassName
{
border-color: #B439DF;
}
</style>