Shades of Medium Orchid #B242CA
Tints of Medium Orchid #B242CA
RGB
CMYK
RGB Variations
Color information
#B242CA (or 0xB242CA) is known color: Medium Orchid. HEX triplet: B2, 42 and CA. RGB value is (178,66,202). Sum of RGB (Red+Green+Blue) = 178+66+202=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #B242CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242CA is #4DBD35. Grayscale: #727272. Windows color (decimal): -5094710 or 13255346. OLE color: 13255346.
HSL color Cylindrical-coordinate representation of color #B242CA: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B242CA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 66 | 202 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.21 |
| HSL | 289.41º | 0.56% | 0.53% | - |
| HSV(B) | 289.41º | 0.67% | 0.79% | - |
| XYZ | 30.97 | 17.63 | 57.65 | - |
| YUV | 114.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 202 | 0.12 | 0.67 | 0 | 0.21 | 289.41 | 0.56 | 0.53 |
| Hex | B2 | 42 | CA | C | 43 | 0 | 15 | 121 | 38 | 35 |
| Octal | 262 | 102 | 312 | 14 | 103 | 0 | 25 | 441 | 70 | 65 |
| Binary | 10110010 | 1000010 | 11001010 | 1100 | 1000011 | 0 | 10101 | 100100001 | 111000 | 110101 |
Color Harmonies of #B242CA
Complementary color
Monochromatic Colors of #B242CA
Black with #B242CA
Text Example
Text Example
White with #B242CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B242CA; }
p { color: rgb(178,66,202); }
H1.HeaderClassName
{
color: #B242CA;
}
.AnyTagClassName
{
color: #B242CA;
}
</style>
background-color css
<style>
a { background-color: #B242CA; }
a { background-color: rgb(178,66,202); }
div.DivClassName
{
background-color: #B242CA;
}
.BgClassName
{
background-color: #B242CA;
}
</style>
border-color css
<style>
span { border-color: #B242CA; }
span { border-color: rgb(178,66,202); }
td.TdClassName
{
border-color: #B242CA;
}
.TagClassName
{
border-color: #B242CA;
}
</style>