Shades of Medium Orchid #B040CB
Tints of Medium Orchid #B040CB
RGB
CMYK
RGB Variations
Color information
#B040CB (or 0xB040CB) is known color: Medium Orchid. HEX triplet: B0, 40 and CB. RGB value is (176,64,203). Sum of RGB (Red+Green+Blue) = 176+64+203=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #B040CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040CB is #4FBF34. Grayscale: #707070. Windows color (decimal): -5226293 or 13320368. OLE color: 13320368.
HSL color Cylindrical-coordinate representation of color #B040CB: hue angle of 288.35º 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 #B040CB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 64 | 203 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.20 |
| HSL | 288.35º | 0.57% | 0.52% | - |
| HSV(B) | 288.35º | 0.68% | 0.8% | - |
| XYZ | 30.52 | 17.21 | 58.21 | - |
| YUV | 113.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 203 | 0.13 | 0.68 | 0 | 0.20 | 288.35 | 0.57 | 0.52 |
| Hex | B0 | 40 | CB | D | 44 | 0 | 14 | 120 | 39 | 34 |
| Octal | 260 | 100 | 313 | 15 | 104 | 0 | 24 | 440 | 71 | 64 |
| Binary | 10110000 | 1000000 | 11001011 | 1101 | 1000100 | 0 | 10100 | 100100000 | 111001 | 110100 |
Color Harmonies of #B040CB
Complementary color
Monochromatic Colors of #B040CB
Black with #B040CB
Text Example
Text Example
White with #B040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040CB; }
p { color: rgb(176,64,203); }
H1.HeaderClassName
{
color: #B040CB;
}
.AnyTagClassName
{
color: #B040CB;
}
</style>
background-color css
<style>
a { background-color: #B040CB; }
a { background-color: rgb(176,64,203); }
div.DivClassName
{
background-color: #B040CB;
}
.BgClassName
{
background-color: #B040CB;
}
</style>
border-color css
<style>
span { border-color: #B040CB; }
span { border-color: rgb(176,64,203); }
td.TdClassName
{
border-color: #B040CB;
}
.TagClassName
{
border-color: #B040CB;
}
</style>