Shades of Medium Orchid #B342C5
Tints of Medium Orchid #B342C5
RGB
CMYK
RGB Variations
Color information
#B342C5 (or 0xB342C5) is known color: Medium Orchid. HEX triplet: B3, 42 and C5. RGB value is (179,66,197). Sum of RGB (Red+Green+Blue) = 179+66+197=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #B342C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342C5 is #4CBD3A. Grayscale: #727272. Windows color (decimal): -5029179 or 12927667. OLE color: 12927667.
HSL color Cylindrical-coordinate representation of color #B342C5: hue angle of 291.76º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B342C5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 66 | 197 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.23 |
| HSL | 291.76º | 0.53% | 0.52% | - |
| HSV(B) | 291.76º | 0.66% | 0.77% | - |
| XYZ | 30.62 | 17.51 | 54.59 | - |
| YUV | 114.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 197 | 0.09 | 0.66 | 0 | 0.23 | 291.76 | 0.53 | 0.52 |
| Hex | B3 | 42 | C5 | 9 | 42 | 0 | 17 | 124 | 35 | 34 |
| Octal | 263 | 102 | 305 | 11 | 102 | 0 | 27 | 444 | 65 | 64 |
| Binary | 10110011 | 1000010 | 11000101 | 1001 | 1000010 | 0 | 10111 | 100100100 | 110101 | 110100 |
Color Harmonies of #B342C5
Complementary color
Monochromatic Colors of #B342C5
Black with #B342C5
Text Example
Text Example
White with #B342C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342C5; }
p { color: rgb(179,66,197); }
H1.HeaderClassName
{
color: #B342C5;
}
.AnyTagClassName
{
color: #B342C5;
}
</style>
background-color css
<style>
a { background-color: #B342C5; }
a { background-color: rgb(179,66,197); }
div.DivClassName
{
background-color: #B342C5;
}
.BgClassName
{
background-color: #B342C5;
}
</style>
border-color css
<style>
span { border-color: #B342C5; }
span { border-color: rgb(179,66,197); }
td.TdClassName
{
border-color: #B342C5;
}
.TagClassName
{
border-color: #B342C5;
}
</style>