Shades of Medium Orchid #B240C9
Tints of Medium Orchid #B240C9
RGB
CMYK
RGB Variations
Color information
#B240C9 (or 0xB240C9) is known color: Medium Orchid. HEX triplet: B2, 40 and C9. RGB value is (178,64,201). Sum of RGB (Red+Green+Blue) = 178+64+201=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B240C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240C9 is #4DBF36. Grayscale: #717171. Windows color (decimal): -5095223 or 13189298. OLE color: 13189298.
HSL color Cylindrical-coordinate representation of color #B240C9: hue angle of 289.93º 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 #B240C9 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 64 | 201 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.21 |
| HSL | 289.93º | 0.56% | 0.52% | - |
| HSV(B) | 289.93º | 0.68% | 0.79% | - |
| XYZ | 30.74 | 17.35 | 56.99 | - |
| YUV | 113.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 201 | 0.11 | 0.68 | 0 | 0.21 | 289.93 | 0.56 | 0.52 |
| Hex | B2 | 40 | C9 | B | 44 | 0 | 15 | 122 | 38 | 34 |
| Octal | 262 | 100 | 311 | 13 | 104 | 0 | 25 | 442 | 70 | 64 |
| Binary | 10110010 | 1000000 | 11001001 | 1011 | 1000100 | 0 | 10101 | 100100010 | 111000 | 110100 |
Color Harmonies of #B240C9
Complementary color
Monochromatic Colors of #B240C9
Black with #B240C9
Text Example
Text Example
White with #B240C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240C9; }
p { color: rgb(178,64,201); }
H1.HeaderClassName
{
color: #B240C9;
}
.AnyTagClassName
{
color: #B240C9;
}
</style>
background-color css
<style>
a { background-color: #B240C9; }
a { background-color: rgb(178,64,201); }
div.DivClassName
{
background-color: #B240C9;
}
.BgClassName
{
background-color: #B240C9;
}
</style>
border-color css
<style>
span { border-color: #B240C9; }
span { border-color: rgb(178,64,201); }
td.TdClassName
{
border-color: #B240C9;
}
.TagClassName
{
border-color: #B240C9;
}
</style>