Shades of Medium Orchid #B239DD
Tints of Medium Orchid #B239DD
RGB
CMYK
RGB Variations
Color information
#B239DD (or 0xB239DD) is known color: Medium Orchid. HEX triplet: B2, 39 and DD. RGB value is (178,57,221). Sum of RGB (Red+Green+Blue) = 178+57+221=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B239DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239DD is #4DC622. Grayscale: #6F6F6F. Windows color (decimal): -5096995 or 14498226. OLE color: 14498226.
HSL color Cylindrical-coordinate representation of color #B239DD: hue angle of 284.27º 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 #B239DD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 57 | 221 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.13 |
| HSL | 284.27º | 0.71% | 0.55% | - |
| HSV(B) | 284.27º | 0.74% | 0.87% | - |
| XYZ | 32.87 | 17.61 | 70.07 | - |
| YUV | 111.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 221 | 0.19 | 0.74 | 0 | 0.13 | 284.27 | 0.71 | 0.55 |
| Hex | B2 | 39 | DD | 13 | 4A | 0 | D | 11C | 47 | 37 |
| Octal | 262 | 71 | 335 | 23 | 112 | 0 | 15 | 434 | 107 | 67 |
| Binary | 10110010 | 111001 | 11011101 | 10011 | 1001010 | 0 | 1101 | 100011100 | 1000111 | 110111 |
Color Harmonies of #B239DD
Complementary color
Monochromatic Colors of #B239DD
Black with #B239DD
Text Example
Text Example
White with #B239DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239DD; }
p { color: rgb(178,57,221); }
H1.HeaderClassName
{
color: #B239DD;
}
.AnyTagClassName
{
color: #B239DD;
}
</style>
background-color css
<style>
a { background-color: #B239DD; }
a { background-color: rgb(178,57,221); }
div.DivClassName
{
background-color: #B239DD;
}
.BgClassName
{
background-color: #B239DD;
}
</style>
border-color css
<style>
span { border-color: #B239DD; }
span { border-color: rgb(178,57,221); }
td.TdClassName
{
border-color: #B239DD;
}
.TagClassName
{
border-color: #B239DD;
}
</style>