Shades of Medium Orchid #B239DF
Tints of Medium Orchid #B239DF
RGB
CMYK
RGB Variations
Color information
#B239DF (or 0xB239DF) is known color: Medium Orchid. HEX triplet: B2, 39 and DF. RGB value is (178,57,223). Sum of RGB (Red+Green+Blue) = 178+57+223=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B239DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239DF is #4DC620. Grayscale: #6F6F6F. Windows color (decimal): -5096993 or 14629298. OLE color: 14629298.
HSL color Cylindrical-coordinate representation of color #B239DF: hue angle of 283.73º 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 #B239DF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 57 | 223 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.13 |
| HSL | 283.74º | 0.72% | 0.55% | - |
| HSV(B) | 283.74º | 0.74% | 0.87% | - |
| XYZ | 33.14 | 17.72 | 71.49 | - |
| YUV | 112.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 223 | 0.20 | 0.74 | 0 | 0.13 | 283.74 | 0.72 | 0.55 |
| Hex | B2 | 39 | DF | 14 | 4A | 0 | D | 11C | 48 | 37 |
| Octal | 262 | 71 | 337 | 24 | 112 | 0 | 15 | 434 | 110 | 67 |
| Binary | 10110010 | 111001 | 11011111 | 10100 | 1001010 | 0 | 1101 | 100011100 | 1001000 | 110111 |
Color Harmonies of #B239DF
Complementary color
Monochromatic Colors of #B239DF
Black with #B239DF
Text Example
Text Example
White with #B239DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239DF; }
p { color: rgb(178,57,223); }
H1.HeaderClassName
{
color: #B239DF;
}
.AnyTagClassName
{
color: #B239DF;
}
</style>
background-color css
<style>
a { background-color: #B239DF; }
a { background-color: rgb(178,57,223); }
div.DivClassName
{
background-color: #B239DF;
}
.BgClassName
{
background-color: #B239DF;
}
</style>
border-color css
<style>
span { border-color: #B239DF; }
span { border-color: rgb(178,57,223); }
td.TdClassName
{
border-color: #B239DF;
}
.TagClassName
{
border-color: #B239DF;
}
</style>