Shades of Medium Orchid #B33ACD
Tints of Medium Orchid #B33ACD
RGB
CMYK
RGB Variations
Color information
#B33ACD (or 0xB33ACD) is known color: Medium Orchid. HEX triplet: B3, 3A and CD. RGB value is (179,58,205). Sum of RGB (Red+Green+Blue) = 179+58+205=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #B33ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33ACD is #4CC532. Grayscale: #6E6E6E. Windows color (decimal): -5031219 or 13449907. OLE color: 13449907.
HSL color Cylindrical-coordinate representation of color #B33ACD: hue angle of 289.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33ACD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 58 | 205 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.20 |
| HSL | 289.39º | 0.6% | 0.52% | - |
| HSV(B) | 289.39º | 0.72% | 0.8% | - |
| XYZ | 31.12 | 17.02 | 59.4 | - |
| YUV | 110.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 205 | 0.13 | 0.72 | 0 | 0.20 | 289.39 | 0.6 | 0.52 |
| Hex | B3 | 3A | CD | D | 48 | 0 | 14 | 121 | 3C | 34 |
| Octal | 263 | 72 | 315 | 15 | 110 | 0 | 24 | 441 | 74 | 64 |
| Binary | 10110011 | 111010 | 11001101 | 1101 | 1001000 | 0 | 10100 | 100100001 | 111100 | 110100 |
Color Harmonies of #B33ACD
Complementary color
Monochromatic Colors of #B33ACD
Black with #B33ACD
Text Example
Text Example
White with #B33ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33ACD; }
p { color: rgb(179,58,205); }
H1.HeaderClassName
{
color: #B33ACD;
}
.AnyTagClassName
{
color: #B33ACD;
}
</style>
background-color css
<style>
a { background-color: #B33ACD; }
a { background-color: rgb(179,58,205); }
div.DivClassName
{
background-color: #B33ACD;
}
.BgClassName
{
background-color: #B33ACD;
}
</style>
border-color css
<style>
span { border-color: #B33ACD; }
span { border-color: rgb(179,58,205); }
td.TdClassName
{
border-color: #B33ACD;
}
.TagClassName
{
border-color: #B33ACD;
}
</style>