Shades of Medium Orchid #B242CC
Tints of Medium Orchid #B242CC
RGB
CMYK
RGB Variations
Color information
#B242CC (or 0xB242CC) is known color: Medium Orchid. HEX triplet: B2, 42 and CC. RGB value is (178,66,204). Sum of RGB (Red+Green+Blue) = 178+66+204=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #B242CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242CC is #4DBD33. Grayscale: #727272. Windows color (decimal): -5094708 or 13386418. OLE color: 13386418.
HSL color Cylindrical-coordinate representation of color #B242CC: hue angle of 288.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B242CC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 66 | 204 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.2 |
| HSL | 288.7º | 0.58% | 0.53% | - |
| HSV(B) | 288.7º | 0.68% | 0.8% | - |
| XYZ | 31.21 | 17.72 | 58.9 | - |
| YUV | 115.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 204 | 0.13 | 0.68 | 0 | 0.2 | 288.7 | 0.58 | 0.53 |
| Hex | B2 | 42 | CC | D | 44 | 0 | 14 | 121 | 3A | 35 |
| Octal | 262 | 102 | 314 | 15 | 104 | 0 | 24 | 441 | 72 | 65 |
| Binary | 10110010 | 1000010 | 11001100 | 1101 | 1000100 | 0 | 10100 | 100100001 | 111010 | 110101 |
Color Harmonies of #B242CC
Complementary color
Monochromatic Colors of #B242CC
Black with #B242CC
Text Example
Text Example
White with #B242CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242CC; }
p { color: rgb(178,66,204); }
H1.HeaderClassName
{
color: #B242CC;
}
.AnyTagClassName
{
color: #B242CC;
}
</style>
background-color css
<style>
a { background-color: #B242CC; }
a { background-color: rgb(178,66,204); }
div.DivClassName
{
background-color: #B242CC;
}
.BgClassName
{
background-color: #B242CC;
}
</style>
border-color css
<style>
span { border-color: #B242CC; }
span { border-color: rgb(178,66,204); }
td.TdClassName
{
border-color: #B242CC;
}
.TagClassName
{
border-color: #B242CC;
}
</style>