Shades of Medium Orchid #B240CB
Tints of Medium Orchid #B240CB
RGB
CMYK
RGB Variations
Color information
#B240CB (or 0xB240CB) is known color: Medium Orchid. HEX triplet: B2, 40 and CB. RGB value is (178,64,203). Sum of RGB (Red+Green+Blue) = 178+64+203=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B240CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B240CB is #4DBF34. Grayscale: #717171. Windows color (decimal): -5095221 or 13320370. OLE color: 13320370.
HSL color Cylindrical-coordinate representation of color #B240CB: hue angle of 289.21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B240CB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 64 | 203 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.20 |
| HSL | 289.21º | 0.57% | 0.52% | - |
| HSV(B) | 289.21º | 0.68% | 0.8% | - |
| XYZ | 30.97 | 17.44 | 58.23 | - |
| YUV | 113.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 203 | 0.12 | 0.68 | 0 | 0.20 | 289.21 | 0.57 | 0.52 |
| Hex | B2 | 40 | CB | C | 44 | 0 | 14 | 121 | 39 | 34 |
| Octal | 262 | 100 | 313 | 14 | 104 | 0 | 24 | 441 | 71 | 64 |
| Binary | 10110010 | 1000000 | 11001011 | 1100 | 1000100 | 0 | 10100 | 100100001 | 111001 | 110100 |
Color Harmonies of #B240CB
Complementary color
Monochromatic Colors of #B240CB
Black with #B240CB
Text Example
Text Example
White with #B240CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B240CB; }
p { color: rgb(178,64,203); }
H1.HeaderClassName
{
color: #B240CB;
}
.AnyTagClassName
{
color: #B240CB;
}
</style>
background-color css
<style>
a { background-color: #B240CB; }
a { background-color: rgb(178,64,203); }
div.DivClassName
{
background-color: #B240CB;
}
.BgClassName
{
background-color: #B240CB;
}
</style>
border-color css
<style>
span { border-color: #B240CB; }
span { border-color: rgb(178,64,203); }
td.TdClassName
{
border-color: #B240CB;
}
.TagClassName
{
border-color: #B240CB;
}
</style>