Shades of Medium Orchid #B339DC
Tints of Medium Orchid #B339DC
RGB
CMYK
RGB Variations
Color information
#B339DC (or 0xB339DC) is known color: Medium Orchid. HEX triplet: B3, 39 and DC. RGB value is (179,57,220). Sum of RGB (Red+Green+Blue) = 179+57+220=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B339DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339DC is #4CC623. Grayscale: #6F6F6F. Windows color (decimal): -5031460 or 14432691. OLE color: 14432691.
HSL color Cylindrical-coordinate representation of color #B339DC: hue angle of 284.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B339DC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 57 | 220 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.14 |
| HSL | 284.91º | 0.7% | 0.54% | - |
| HSV(B) | 284.91º | 0.74% | 0.86% | - |
| XYZ | 32.97 | 17.68 | 69.38 | - |
| YUV | 112.06 | 188.92 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 220 | 0.19 | 0.74 | 0 | 0.14 | 284.91 | 0.7 | 0.54 |
| Hex | B3 | 39 | DC | 13 | 4A | 0 | E | 11D | 46 | 36 |
| Octal | 263 | 71 | 334 | 23 | 112 | 0 | 16 | 435 | 106 | 66 |
| Binary | 10110011 | 111001 | 11011100 | 10011 | 1001010 | 0 | 1110 | 100011101 | 1000110 | 110110 |
Color Harmonies of #B339DC
Complementary color
Monochromatic Colors of #B339DC
Black with #B339DC
Text Example
Text Example
White with #B339DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339DC; }
p { color: rgb(179,57,220); }
H1.HeaderClassName
{
color: #B339DC;
}
.AnyTagClassName
{
color: #B339DC;
}
</style>
background-color css
<style>
a { background-color: #B339DC; }
a { background-color: rgb(179,57,220); }
div.DivClassName
{
background-color: #B339DC;
}
.BgClassName
{
background-color: #B339DC;
}
</style>
border-color css
<style>
span { border-color: #B339DC; }
span { border-color: rgb(179,57,220); }
td.TdClassName
{
border-color: #B339DC;
}
.TagClassName
{
border-color: #B339DC;
}
</style>