Shades of Medium Orchid #B241CA
Tints of Medium Orchid #B241CA
RGB
CMYK
RGB Variations
Color information
#B241CA (or 0xB241CA) is known color: Medium Orchid. HEX triplet: B2, 41 and CA. RGB value is (178,65,202). Sum of RGB (Red+Green+Blue) = 178+65+202=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #B241CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241CA is #4DBE35. Grayscale: #717171. Windows color (decimal): -5094966 or 13255090. OLE color: 13255090.
HSL color Cylindrical-coordinate representation of color #B241CA: hue angle of 289.49º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B241CA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 65 | 202 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.21 |
| HSL | 289.49º | 0.56% | 0.52% | - |
| HSV(B) | 289.49º | 0.68% | 0.79% | - |
| XYZ | 30.91 | 17.51 | 57.63 | - |
| YUV | 114.41 | 177.44 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 202 | 0.12 | 0.68 | 0 | 0.21 | 289.49 | 0.56 | 0.52 |
| Hex | B2 | 41 | CA | C | 44 | 0 | 15 | 121 | 38 | 34 |
| Octal | 262 | 101 | 312 | 14 | 104 | 0 | 25 | 441 | 70 | 64 |
| Binary | 10110010 | 1000001 | 11001010 | 1100 | 1000100 | 0 | 10101 | 100100001 | 111000 | 110100 |
Color Harmonies of #B241CA
Complementary color
Monochromatic Colors of #B241CA
Black with #B241CA
Text Example
Text Example
White with #B241CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241CA; }
p { color: rgb(178,65,202); }
H1.HeaderClassName
{
color: #B241CA;
}
.AnyTagClassName
{
color: #B241CA;
}
</style>
background-color css
<style>
a { background-color: #B241CA; }
a { background-color: rgb(178,65,202); }
div.DivClassName
{
background-color: #B241CA;
}
.BgClassName
{
background-color: #B241CA;
}
</style>
border-color css
<style>
span { border-color: #B241CA; }
span { border-color: rgb(178,65,202); }
td.TdClassName
{
border-color: #B241CA;
}
.TagClassName
{
border-color: #B241CA;
}
</style>