Shades of Medium Orchid #B345ED
Tints of Medium Orchid #B345ED
RGB
CMYK
RGB Variations
Color information
#B345ED (or 0xB345ED) is known color: Medium Orchid. HEX triplet: B3, 45 and ED. RGB value is (179,69,237). Sum of RGB (Red+Green+Blue) = 179+69+237=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #B345ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B345ED is #4CBA12. Grayscale: #787878. Windows color (decimal): -5028371 or 15549875. OLE color: 15549875.
HSL color Cylindrical-coordinate representation of color #B345ED: hue angle of 279.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B345ED is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 69 | 237 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.07 |
| HSL | 279.29º | 0.82% | 0.6% | - |
| HSV(B) | 279.29º | 0.71% | 0.93% | - |
| XYZ | 36 | 19.95 | 82.07 | - |
| YUV | 121.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 237 | 0.24 | 0.71 | 0 | 0.07 | 279.29 | 0.82 | 0.6 |
| Hex | B3 | 45 | ED | 18 | 47 | 0 | 7 | 117 | 52 | 3C |
| Octal | 263 | 105 | 355 | 30 | 107 | 0 | 7 | 427 | 122 | 74 |
| Binary | 10110011 | 1000101 | 11101101 | 11000 | 1000111 | 0 | 111 | 100010111 | 1010010 | 111100 |
Color Harmonies of #B345ED
Complementary color
Monochromatic Colors of #B345ED
Black with #B345ED
Text Example
Text Example
White with #B345ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345ED; }
p { color: rgb(179,69,237); }
H1.HeaderClassName
{
color: #B345ED;
}
.AnyTagClassName
{
color: #B345ED;
}
</style>
background-color css
<style>
a { background-color: #B345ED; }
a { background-color: rgb(179,69,237); }
div.DivClassName
{
background-color: #B345ED;
}
.BgClassName
{
background-color: #B345ED;
}
</style>
border-color css
<style>
span { border-color: #B345ED; }
span { border-color: rgb(179,69,237); }
td.TdClassName
{
border-color: #B345ED;
}
.TagClassName
{
border-color: #B345ED;
}
</style>