Shades of Medium Orchid #B33CCA
Tints of Medium Orchid #B33CCA
RGB
CMYK
RGB Variations
Color information
#B33CCA (or 0xB33CCA) is known color: Medium Orchid. HEX triplet: B3, 3C and CA. RGB value is (179,60,202). Sum of RGB (Red+Green+Blue) = 179+60+202=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #B33CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CCA is #4CC335. Grayscale: #6F6F6F. Windows color (decimal): -5030710 or 13253811. OLE color: 13253811.
HSL color Cylindrical-coordinate representation of color #B33CCA: hue angle of 290.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33CCA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 60 | 202 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.21 |
| HSL | 290.28º | 0.57% | 0.51% | - |
| HSV(B) | 290.28º | 0.7% | 0.79% | - |
| XYZ | 30.87 | 17.08 | 57.55 | - |
| YUV | 111.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 202 | 0.11 | 0.70 | 0 | 0.21 | 290.28 | 0.57 | 0.51 |
| Hex | B3 | 3C | CA | B | 46 | 0 | 15 | 122 | 39 | 33 |
| Octal | 263 | 74 | 312 | 13 | 106 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110011 | 111100 | 11001010 | 1011 | 1000110 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B33CCA
Complementary color
Monochromatic Colors of #B33CCA
Black with #B33CCA
Text Example
Text Example
White with #B33CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CCA; }
p { color: rgb(179,60,202); }
H1.HeaderClassName
{
color: #B33CCA;
}
.AnyTagClassName
{
color: #B33CCA;
}
</style>
background-color css
<style>
a { background-color: #B33CCA; }
a { background-color: rgb(179,60,202); }
div.DivClassName
{
background-color: #B33CCA;
}
.BgClassName
{
background-color: #B33CCA;
}
</style>
border-color css
<style>
span { border-color: #B33CCA; }
span { border-color: rgb(179,60,202); }
td.TdClassName
{
border-color: #B33CCA;
}
.TagClassName
{
border-color: #B33CCA;
}
</style>