Shades of Medium Orchid #B041CC
Tints of Medium Orchid #B041CC
RGB
CMYK
RGB Variations
Color information
#B041CC (or 0xB041CC) is known color: Medium Orchid. HEX triplet: B0, 41 and CC. RGB value is (176,65,204). Sum of RGB (Red+Green+Blue) = 176+65+204=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B041CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B041CC is #4FBE33. Grayscale: #717171. Windows color (decimal): -5226036 or 13386160. OLE color: 13386160.
HSL color Cylindrical-coordinate representation of color #B041CC: hue angle of 287.91º degrees, saturation: 0.58, 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 #B041CC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 65 | 204 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.2 |
| HSL | 287.91º | 0.58% | 0.53% | - |
| HSV(B) | 287.91º | 0.68% | 0.8% | - |
| XYZ | 30.69 | 17.37 | 58.86 | - |
| YUV | 114.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 204 | 0.14 | 0.68 | 0 | 0.2 | 287.91 | 0.58 | 0.53 |
| Hex | B0 | 41 | CC | E | 44 | 0 | 14 | 120 | 3A | 35 |
| Octal | 260 | 101 | 314 | 16 | 104 | 0 | 24 | 440 | 72 | 65 |
| Binary | 10110000 | 1000001 | 11001100 | 1110 | 1000100 | 0 | 10100 | 100100000 | 111010 | 110101 |
Color Harmonies of #B041CC
Complementary color
Monochromatic Colors of #B041CC
Black with #B041CC
Text Example
Text Example
White with #B041CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B041CC; }
p { color: rgb(176,65,204); }
H1.HeaderClassName
{
color: #B041CC;
}
.AnyTagClassName
{
color: #B041CC;
}
</style>
background-color css
<style>
a { background-color: #B041CC; }
a { background-color: rgb(176,65,204); }
div.DivClassName
{
background-color: #B041CC;
}
.BgClassName
{
background-color: #B041CC;
}
</style>
border-color css
<style>
span { border-color: #B041CC; }
span { border-color: rgb(176,65,204); }
td.TdClassName
{
border-color: #B041CC;
}
.TagClassName
{
border-color: #B041CC;
}
</style>