Shades of Medium Orchid #B33CCF
Tints of Medium Orchid #B33CCF
RGB
CMYK
RGB Variations
Color information
#B33CCF (or 0xB33CCF) is known color: Medium Orchid. HEX triplet: B3, 3C and CF. RGB value is (179,60,207). Sum of RGB (Red+Green+Blue) = 179+60+207=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #B33CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CCF is #4CC330. Grayscale: #6F6F6F. Windows color (decimal): -5030705 or 13581491. OLE color: 13581491.
HSL color Cylindrical-coordinate representation of color #B33CCF: hue angle of 288.57º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33CCF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 60 | 207 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.19 |
| HSL | 288.57º | 0.6% | 0.52% | - |
| HSV(B) | 288.57º | 0.71% | 0.81% | - |
| XYZ | 31.47 | 17.32 | 60.72 | - |
| YUV | 112.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 207 | 0.14 | 0.71 | 0 | 0.19 | 288.57 | 0.6 | 0.52 |
| Hex | B3 | 3C | CF | E | 47 | 0 | 13 | 121 | 3C | 34 |
| Octal | 263 | 74 | 317 | 16 | 107 | 0 | 23 | 441 | 74 | 64 |
| Binary | 10110011 | 111100 | 11001111 | 1110 | 1000111 | 0 | 10011 | 100100001 | 111100 | 110100 |
Color Harmonies of #B33CCF
Complementary color
Monochromatic Colors of #B33CCF
Black with #B33CCF
Text Example
Text Example
White with #B33CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33CCF; }
p { color: rgb(179,60,207); }
H1.HeaderClassName
{
color: #B33CCF;
}
.AnyTagClassName
{
color: #B33CCF;
}
</style>
background-color css
<style>
a { background-color: #B33CCF; }
a { background-color: rgb(179,60,207); }
div.DivClassName
{
background-color: #B33CCF;
}
.BgClassName
{
background-color: #B33CCF;
}
</style>
border-color css
<style>
span { border-color: #B33CCF; }
span { border-color: rgb(179,60,207); }
td.TdClassName
{
border-color: #B33CCF;
}
.TagClassName
{
border-color: #B33CCF;
}
</style>