Shades of Medium Orchid #B33CCD
Tints of Medium Orchid #B33CCD
RGB
CMYK
RGB Variations
Color information
#B33CCD (or 0xB33CCD) is known color: Medium Orchid. HEX triplet: B3, 3C and CD. RGB value is (179,60,205). Sum of RGB (Red+Green+Blue) = 179+60+205=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CCD is #4CC332. Grayscale: #6F6F6F. Windows color (decimal): -5030707 or 13450419. OLE color: 13450419.
HSL color Cylindrical-coordinate representation of color #B33CCD: hue angle of 289.24º 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 #B33CCD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 60 | 205 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.20 |
| HSL | 289.24º | 0.59% | 0.52% | - |
| HSV(B) | 289.24º | 0.71% | 0.8% | - |
| XYZ | 31.23 | 17.22 | 59.44 | - |
| YUV | 112.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 205 | 0.13 | 0.71 | 0 | 0.20 | 289.24 | 0.59 | 0.52 |
| Hex | B3 | 3C | CD | D | 47 | 0 | 14 | 121 | 3B | 34 |
| Octal | 263 | 74 | 315 | 15 | 107 | 0 | 24 | 441 | 73 | 64 |
| Binary | 10110011 | 111100 | 11001101 | 1101 | 1000111 | 0 | 10100 | 100100001 | 111011 | 110100 |
Color Harmonies of #B33CCD
Complementary color
Monochromatic Colors of #B33CCD
Black with #B33CCD
Text Example
Text Example
White with #B33CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CCD; }
p { color: rgb(179,60,205); }
H1.HeaderClassName
{
color: #B33CCD;
}
.AnyTagClassName
{
color: #B33CCD;
}
</style>
background-color css
<style>
a { background-color: #B33CCD; }
a { background-color: rgb(179,60,205); }
div.DivClassName
{
background-color: #B33CCD;
}
.BgClassName
{
background-color: #B33CCD;
}
</style>
border-color css
<style>
span { border-color: #B33CCD; }
span { border-color: rgb(179,60,205); }
td.TdClassName
{
border-color: #B33CCD;
}
.TagClassName
{
border-color: #B33CCD;
}
</style>