Shades of Medium Orchid #B242DF
Tints of Medium Orchid #B242DF
RGB
CMYK
RGB Variations
Color information
#B242DF (or 0xB242DF) is known color: Medium Orchid. HEX triplet: B2, 42 and DF. RGB value is (178,66,223). Sum of RGB (Red+Green+Blue) = 178+66+223=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B242DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DF is #4DBD20. Grayscale: #747474. Windows color (decimal): -5094689 or 14631602. OLE color: 14631602.
HSL color Cylindrical-coordinate representation of color #B242DF: hue angle of 282.8º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B242DF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 66 | 223 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.13 |
| HSL | 282.8º | 0.71% | 0.57% | - |
| HSV(B) | 282.8º | 0.7% | 0.87% | - |
| XYZ | 33.63 | 18.69 | 71.65 | - |
| YUV | 117.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 223 | 0.20 | 0.70 | 0 | 0.13 | 282.8 | 0.71 | 0.57 |
| Hex | B2 | 42 | DF | 14 | 46 | 0 | D | 11B | 47 | 39 |
| Octal | 262 | 102 | 337 | 24 | 106 | 0 | 15 | 433 | 107 | 71 |
| Binary | 10110010 | 1000010 | 11011111 | 10100 | 1000110 | 0 | 1101 | 100011011 | 1000111 | 111001 |
Color Harmonies of #B242DF
Complementary color
Monochromatic Colors of #B242DF
Black with #B242DF
Text Example
Text Example
White with #B242DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242DF; }
p { color: rgb(178,66,223); }
H1.HeaderClassName
{
color: #B242DF;
}
.AnyTagClassName
{
color: #B242DF;
}
</style>
background-color css
<style>
a { background-color: #B242DF; }
a { background-color: rgb(178,66,223); }
div.DivClassName
{
background-color: #B242DF;
}
.BgClassName
{
background-color: #B242DF;
}
</style>
border-color css
<style>
span { border-color: #B242DF; }
span { border-color: rgb(178,66,223); }
td.TdClassName
{
border-color: #B242DF;
}
.TagClassName
{
border-color: #B242DF;
}
</style>