Shades of Medium Orchid #B342ED
Tints of Medium Orchid #B342ED
RGB
CMYK
RGB Variations
Color information
#B342ED (or 0xB342ED) is known color: Medium Orchid. HEX triplet: B3, 42 and ED. RGB value is (179,66,237). Sum of RGB (Red+Green+Blue) = 179+66+237=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #B342ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B342ED is #4CBD12. Grayscale: #767676. Windows color (decimal): -5029139 or 15549107. OLE color: 15549107.
HSL color Cylindrical-coordinate representation of color #B342ED: hue angle of 279.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B342ED is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 66 | 237 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 279.65º | 0.83% | 0.59% | - |
| HSV(B) | 279.65º | 0.72% | 0.93% | - |
| XYZ | 35.82 | 19.59 | 82.01 | - |
| YUV | 119.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 237 | 0.24 | 0.72 | 0 | 0.07 | 279.65 | 0.83 | 0.59 |
| Hex | B3 | 42 | ED | 18 | 48 | 0 | 7 | 118 | 53 | 3B |
| Octal | 263 | 102 | 355 | 30 | 110 | 0 | 7 | 430 | 123 | 73 |
| Binary | 10110011 | 1000010 | 11101101 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010011 | 111011 |
Color Harmonies of #B342ED
Complementary color
Monochromatic Colors of #B342ED
Black with #B342ED
Text Example
Text Example
White with #B342ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342ED; }
p { color: rgb(179,66,237); }
H1.HeaderClassName
{
color: #B342ED;
}
.AnyTagClassName
{
color: #B342ED;
}
</style>
background-color css
<style>
a { background-color: #B342ED; }
a { background-color: rgb(179,66,237); }
div.DivClassName
{
background-color: #B342ED;
}
.BgClassName
{
background-color: #B342ED;
}
</style>
border-color css
<style>
span { border-color: #B342ED; }
span { border-color: rgb(179,66,237); }
td.TdClassName
{
border-color: #B342ED;
}
.TagClassName
{
border-color: #B342ED;
}
</style>