Shades of Medium Orchid #B040C7
Tints of Medium Orchid #B040C7
RGB
CMYK
RGB Variations
Color information
#B040C7 (or 0xB040C7) is known color: Medium Orchid. HEX triplet: B0, 40 and C7. RGB value is (176,64,199). Sum of RGB (Red+Green+Blue) = 176+64+199=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #B040C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040C7 is #4FBF38. Grayscale: #707070. Windows color (decimal): -5226297 or 13058224. OLE color: 13058224.
HSL color Cylindrical-coordinate representation of color #B040C7: hue angle of 289.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B040C7 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 64 | 199 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.22 |
| HSL | 289.78º | 0.55% | 0.52% | - |
| HSV(B) | 289.78º | 0.68% | 0.78% | - |
| XYZ | 30.05 | 17.02 | 55.73 | - |
| YUV | 112.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 199 | 0.12 | 0.68 | 0 | 0.22 | 289.78 | 0.55 | 0.52 |
| Hex | B0 | 40 | C7 | C | 44 | 0 | 16 | 122 | 37 | 34 |
| Octal | 260 | 100 | 307 | 14 | 104 | 0 | 26 | 442 | 67 | 64 |
| Binary | 10110000 | 1000000 | 11000111 | 1100 | 1000100 | 0 | 10110 | 100100010 | 110111 | 110100 |
Color Harmonies of #B040C7
Complementary color
Monochromatic Colors of #B040C7
Black with #B040C7
Text Example
Text Example
White with #B040C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040C7; }
p { color: rgb(176,64,199); }
H1.HeaderClassName
{
color: #B040C7;
}
.AnyTagClassName
{
color: #B040C7;
}
</style>
background-color css
<style>
a { background-color: #B040C7; }
a { background-color: rgb(176,64,199); }
div.DivClassName
{
background-color: #B040C7;
}
.BgClassName
{
background-color: #B040C7;
}
</style>
border-color css
<style>
span { border-color: #B040C7; }
span { border-color: rgb(176,64,199); }
td.TdClassName
{
border-color: #B040C7;
}
.TagClassName
{
border-color: #B040C7;
}
</style>