Shades of Medium Orchid #B241CC
Tints of Medium Orchid #B241CC
RGB
CMYK
RGB Variations
Color information
#B241CC (or 0xB241CC) is known color: Medium Orchid. HEX triplet: B2, 41 and CC. RGB value is (178,65,204). Sum of RGB (Red+Green+Blue) = 178+65+204=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B241CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B241CC is #4DBE33. Grayscale: #727272. Windows color (decimal): -5094964 or 13386162. OLE color: 13386162.
HSL color Cylindrical-coordinate representation of color #B241CC: hue angle of 288.78º degrees, saturation: 0.58, 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 #B241CC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 65 | 204 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.2 |
| HSL | 288.78º | 0.58% | 0.53% | - |
| HSV(B) | 288.78º | 0.68% | 0.8% | - |
| XYZ | 31.15 | 17.61 | 58.88 | - |
| YUV | 114.63 | 178.44 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 204 | 0.13 | 0.68 | 0 | 0.2 | 288.78 | 0.58 | 0.53 |
| Hex | B2 | 41 | CC | D | 44 | 0 | 14 | 121 | 3A | 35 |
| Octal | 262 | 101 | 314 | 15 | 104 | 0 | 24 | 441 | 72 | 65 |
| Binary | 10110010 | 1000001 | 11001100 | 1101 | 1000100 | 0 | 10100 | 100100001 | 111010 | 110101 |
Color Harmonies of #B241CC
Complementary color
Monochromatic Colors of #B241CC
Black with #B241CC
Text Example
Text Example
White with #B241CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B241CC; }
p { color: rgb(178,65,204); }
H1.HeaderClassName
{
color: #B241CC;
}
.AnyTagClassName
{
color: #B241CC;
}
</style>
background-color css
<style>
a { background-color: #B241CC; }
a { background-color: rgb(178,65,204); }
div.DivClassName
{
background-color: #B241CC;
}
.BgClassName
{
background-color: #B241CC;
}
</style>
border-color css
<style>
span { border-color: #B241CC; }
span { border-color: rgb(178,65,204); }
td.TdClassName
{
border-color: #B241CC;
}
.TagClassName
{
border-color: #B241CC;
}
</style>