Shades of Medium Orchid #B040C6
Tints of Medium Orchid #B040C6
RGB
CMYK
RGB Variations
Color information
#B040C6 (or 0xB040C6) is known color: Medium Orchid. HEX triplet: B0, 40 and C6. RGB value is (176,64,198). Sum of RGB (Red+Green+Blue) = 176+64+198=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #B040C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040C6 is #4FBF39. Grayscale: #707070. Windows color (decimal): -5226298 or 12992688. OLE color: 12992688.
HSL color Cylindrical-coordinate representation of color #B040C6: hue angle of 290.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B040C6 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 64 | 198 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.22 |
| HSL | 290.15º | 0.54% | 0.51% | - |
| HSV(B) | 290.15º | 0.68% | 0.78% | - |
| XYZ | 29.93 | 16.97 | 55.12 | - |
| YUV | 112.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 198 | 0.11 | 0.68 | 0 | 0.22 | 290.15 | 0.54 | 0.51 |
| Hex | B0 | 40 | C6 | B | 44 | 0 | 16 | 122 | 36 | 33 |
| Octal | 260 | 100 | 306 | 13 | 104 | 0 | 26 | 442 | 66 | 63 |
| Binary | 10110000 | 1000000 | 11000110 | 1011 | 1000100 | 0 | 10110 | 100100010 | 110110 | 110011 |
Color Harmonies of #B040C6
Complementary color
Monochromatic Colors of #B040C6
Black with #B040C6
Text Example
Text Example
White with #B040C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040C6; }
p { color: rgb(176,64,198); }
H1.HeaderClassName
{
color: #B040C6;
}
.AnyTagClassName
{
color: #B040C6;
}
</style>
background-color css
<style>
a { background-color: #B040C6; }
a { background-color: rgb(176,64,198); }
div.DivClassName
{
background-color: #B040C6;
}
.BgClassName
{
background-color: #B040C6;
}
</style>
border-color css
<style>
span { border-color: #B040C6; }
span { border-color: rgb(176,64,198); }
td.TdClassName
{
border-color: #B040C6;
}
.TagClassName
{
border-color: #B040C6;
}
</style>