Shades of Medium Orchid #B041CB
Tints of Medium Orchid #B041CB
RGB
CMYK
RGB Variations
Color information
#B041CB (or 0xB041CB) is known color: Medium Orchid. HEX triplet: B0, 41 and CB. RGB value is (176,65,203). Sum of RGB (Red+Green+Blue) = 176+65+203=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B041CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041CB is #4FBE34. Grayscale: #717171. Windows color (decimal): -5226037 or 13320624. OLE color: 13320624.
HSL color Cylindrical-coordinate representation of color #B041CB: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B041CB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 65 | 203 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.20 |
| HSL | 288.26º | 0.57% | 0.53% | - |
| HSV(B) | 288.26º | 0.68% | 0.8% | - |
| XYZ | 30.57 | 17.32 | 58.23 | - |
| YUV | 113.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 203 | 0.13 | 0.68 | 0 | 0.20 | 288.26 | 0.57 | 0.53 |
| Hex | B0 | 41 | CB | D | 44 | 0 | 14 | 120 | 39 | 35 |
| Octal | 260 | 101 | 313 | 15 | 104 | 0 | 24 | 440 | 71 | 65 |
| Binary | 10110000 | 1000001 | 11001011 | 1101 | 1000100 | 0 | 10100 | 100100000 | 111001 | 110101 |
Color Harmonies of #B041CB
Complementary color
Monochromatic Colors of #B041CB
Black with #B041CB
Text Example
Text Example
White with #B041CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041CB; }
p { color: rgb(176,65,203); }
H1.HeaderClassName
{
color: #B041CB;
}
.AnyTagClassName
{
color: #B041CB;
}
</style>
background-color css
<style>
a { background-color: #B041CB; }
a { background-color: rgb(176,65,203); }
div.DivClassName
{
background-color: #B041CB;
}
.BgClassName
{
background-color: #B041CB;
}
</style>
border-color css
<style>
span { border-color: #B041CB; }
span { border-color: rgb(176,65,203); }
td.TdClassName
{
border-color: #B041CB;
}
.TagClassName
{
border-color: #B041CB;
}
</style>