Shades of Medium Orchid #B242DC
Tints of Medium Orchid #B242DC
RGB
CMYK
RGB Variations
Color information
#B242DC (or 0xB242DC) is known color: Medium Orchid. HEX triplet: B2, 42 and DC. RGB value is (178,66,220). Sum of RGB (Red+Green+Blue) = 178+66+220=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B242DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242DC is #4DBD23. Grayscale: #747474. Windows color (decimal): -5094692 or 14434994. OLE color: 14434994.
HSL color Cylindrical-coordinate representation of color #B242DC: hue angle of 283.64º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B242DC is Cyan = 0.19, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 66 | 220 | - |
| CMYK | 0.19 | 0.7 | 0 | 0.14 |
| HSL | 283.64º | 0.69% | 0.56% | - |
| HSV(B) | 283.64º | 0.7% | 0.86% | - |
| XYZ | 33.23 | 18.53 | 69.54 | - |
| YUV | 117.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 220 | 0.19 | 0.7 | 0 | 0.14 | 283.64 | 0.69 | 0.56 |
| Hex | B2 | 42 | DC | 13 | 46 | 0 | E | 11C | 45 | 38 |
| Octal | 262 | 102 | 334 | 23 | 106 | 0 | 16 | 434 | 105 | 70 |
| Binary | 10110010 | 1000010 | 11011100 | 10011 | 1000110 | 0 | 1110 | 100011100 | 1000101 | 111000 |
Color Harmonies of #B242DC
Complementary color
Monochromatic Colors of #B242DC
Black with #B242DC
Text Example
Text Example
White with #B242DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242DC; }
p { color: rgb(178,66,220); }
H1.HeaderClassName
{
color: #B242DC;
}
.AnyTagClassName
{
color: #B242DC;
}
</style>
background-color css
<style>
a { background-color: #B242DC; }
a { background-color: rgb(178,66,220); }
div.DivClassName
{
background-color: #B242DC;
}
.BgClassName
{
background-color: #B242DC;
}
</style>
border-color css
<style>
span { border-color: #B242DC; }
span { border-color: rgb(178,66,220); }
td.TdClassName
{
border-color: #B242DC;
}
.TagClassName
{
border-color: #B242DC;
}
</style>