Shades of Medium Orchid #B33CCC
Tints of Medium Orchid #B33CCC
RGB
CMYK
RGB Variations
Color information
#B33CCC (or 0xB33CCC) is known color: Medium Orchid. HEX triplet: B3, 3C and CC. RGB value is (179,60,204). Sum of RGB (Red+Green+Blue) = 179+60+204=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #B33CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CCC is #4CC333. Grayscale: #6F6F6F. Windows color (decimal): -5030708 or 13384883. OLE color: 13384883.
HSL color Cylindrical-coordinate representation of color #B33CCC: hue angle of 289.58º 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 #B33CCC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 60 | 204 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.2 |
| HSL | 289.58º | 0.59% | 0.52% | - |
| HSV(B) | 289.58º | 0.71% | 0.8% | - |
| XYZ | 31.11 | 17.18 | 58.8 | - |
| YUV | 112 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 204 | 0.12 | 0.71 | 0 | 0.2 | 289.58 | 0.59 | 0.52 |
| Hex | B3 | 3C | CC | C | 47 | 0 | 14 | 122 | 3B | 34 |
| Octal | 263 | 74 | 314 | 14 | 107 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110011 | 111100 | 11001100 | 1100 | 1000111 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B33CCC
Complementary color
Monochromatic Colors of #B33CCC
Black with #B33CCC
Text Example
Text Example
White with #B33CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CCC; }
p { color: rgb(179,60,204); }
H1.HeaderClassName
{
color: #B33CCC;
}
.AnyTagClassName
{
color: #B33CCC;
}
</style>
background-color css
<style>
a { background-color: #B33CCC; }
a { background-color: rgb(179,60,204); }
div.DivClassName
{
background-color: #B33CCC;
}
.BgClassName
{
background-color: #B33CCC;
}
</style>
border-color css
<style>
span { border-color: #B33CCC; }
span { border-color: rgb(179,60,204); }
td.TdClassName
{
border-color: #B33CCC;
}
.TagClassName
{
border-color: #B33CCC;
}
</style>