Shades of Medium Orchid #B339CC
Tints of Medium Orchid #B339CC
RGB
CMYK
RGB Variations
Color information
#B339CC (or 0xB339CC) is known color: Medium Orchid. HEX triplet: B3, 39 and CC. RGB value is (179,57,204). Sum of RGB (Red+Green+Blue) = 179+57+204=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #B339CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B339CC is #4CC633. Grayscale: #6D6D6D. Windows color (decimal): -5031476 or 13384115. OLE color: 13384115.
HSL color Cylindrical-coordinate representation of color #B339CC: hue angle of 289.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B339CC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 57 | 204 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.2 |
| HSL | 289.8º | 0.59% | 0.51% | - |
| HSV(B) | 289.8º | 0.72% | 0.8% | - |
| XYZ | 30.95 | 16.87 | 58.75 | - |
| YUV | 110.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 204 | 0.12 | 0.72 | 0 | 0.2 | 289.8 | 0.59 | 0.51 |
| Hex | B3 | 39 | CC | C | 48 | 0 | 14 | 122 | 3B | 33 |
| Octal | 263 | 71 | 314 | 14 | 110 | 0 | 24 | 442 | 73 | 63 |
| Binary | 10110011 | 111001 | 11001100 | 1100 | 1001000 | 0 | 10100 | 100100010 | 111011 | 110011 |
Color Harmonies of #B339CC
Complementary color
Monochromatic Colors of #B339CC
Black with #B339CC
Text Example
Text Example
White with #B339CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339CC; }
p { color: rgb(179,57,204); }
H1.HeaderClassName
{
color: #B339CC;
}
.AnyTagClassName
{
color: #B339CC;
}
</style>
background-color css
<style>
a { background-color: #B339CC; }
a { background-color: rgb(179,57,204); }
div.DivClassName
{
background-color: #B339CC;
}
.BgClassName
{
background-color: #B339CC;
}
</style>
border-color css
<style>
span { border-color: #B339CC; }
span { border-color: rgb(179,57,204); }
td.TdClassName
{
border-color: #B339CC;
}
.TagClassName
{
border-color: #B339CC;
}
</style>