Shades of Medium Orchid #B242CE
Tints of Medium Orchid #B242CE
RGB
CMYK
RGB Variations
Color information
#B242CE (or 0xB242CE) is known color: Medium Orchid. HEX triplet: B2, 42 and CE. RGB value is (178,66,206). Sum of RGB (Red+Green+Blue) = 178+66+206=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #B242CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242CE is #4DBD31. Grayscale: #737373. Windows color (decimal): -5094706 or 13517490. OLE color: 13517490.
HSL color Cylindrical-coordinate representation of color #B242CE: hue angle of 288º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B242CE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 66 | 206 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.19 |
| HSL | 288º | 0.59% | 0.53% | - |
| HSV(B) | 288º | 0.68% | 0.81% | - |
| XYZ | 31.45 | 17.82 | 60.17 | - |
| YUV | 115.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 206 | 0.14 | 0.68 | 0 | 0.19 | 288 | 0.59 | 0.53 |
| Hex | B2 | 42 | CE | E | 44 | 0 | 13 | 120 | 3B | 35 |
| Octal | 262 | 102 | 316 | 16 | 104 | 0 | 23 | 440 | 73 | 65 |
| Binary | 10110010 | 1000010 | 11001110 | 1110 | 1000100 | 0 | 10011 | 100100000 | 111011 | 110101 |
Color Harmonies of #B242CE
Complementary color
Monochromatic Colors of #B242CE
Black with #B242CE
Text Example
Text Example
White with #B242CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242CE; }
p { color: rgb(178,66,206); }
H1.HeaderClassName
{
color: #B242CE;
}
.AnyTagClassName
{
color: #B242CE;
}
</style>
background-color css
<style>
a { background-color: #B242CE; }
a { background-color: rgb(178,66,206); }
div.DivClassName
{
background-color: #B242CE;
}
.BgClassName
{
background-color: #B242CE;
}
</style>
border-color css
<style>
span { border-color: #B242CE; }
span { border-color: rgb(178,66,206); }
td.TdClassName
{
border-color: #B242CE;
}
.TagClassName
{
border-color: #B242CE;
}
</style>