Shades of Medium Orchid #B33BCD
Tints of Medium Orchid #B33BCD
RGB
CMYK
RGB Variations
Color information
#B33BCD (or 0xB33BCD) is known color: Medium Orchid. HEX triplet: B3, 3B and CD. RGB value is (179,59,205). Sum of RGB (Red+Green+Blue) = 179+59+205=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33BCD is #4CC432. Grayscale: #6F6F6F. Windows color (decimal): -5030963 or 13450163. OLE color: 13450163.
HSL color Cylindrical-coordinate representation of color #B33BCD: hue angle of 289.32º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33BCD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 59 | 205 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.20 |
| HSL | 289.32º | 0.59% | 0.52% | - |
| HSV(B) | 289.32º | 0.71% | 0.8% | - |
| XYZ | 31.17 | 17.12 | 59.42 | - |
| YUV | 111.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 205 | 0.13 | 0.71 | 0 | 0.20 | 289.32 | 0.59 | 0.52 |
| Hex | B3 | 3B | CD | D | 47 | 0 | 14 | 121 | 3B | 34 |
| Octal | 263 | 73 | 315 | 15 | 107 | 0 | 24 | 441 | 73 | 64 |
| Binary | 10110011 | 111011 | 11001101 | 1101 | 1000111 | 0 | 10100 | 100100001 | 111011 | 110100 |
Color Harmonies of #B33BCD
Complementary color
Monochromatic Colors of #B33BCD
Black with #B33BCD
Text Example
Text Example
White with #B33BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33BCD; }
p { color: rgb(179,59,205); }
H1.HeaderClassName
{
color: #B33BCD;
}
.AnyTagClassName
{
color: #B33BCD;
}
</style>
background-color css
<style>
a { background-color: #B33BCD; }
a { background-color: rgb(179,59,205); }
div.DivClassName
{
background-color: #B33BCD;
}
.BgClassName
{
background-color: #B33BCD;
}
</style>
border-color css
<style>
span { border-color: #B33BCD; }
span { border-color: rgb(179,59,205); }
td.TdClassName
{
border-color: #B33BCD;
}
.TagClassName
{
border-color: #B33BCD;
}
</style>