Shades of Medium Orchid #B350ED
Tints of Medium Orchid #B350ED
RGB
CMYK
RGB Variations
Color information
#B350ED (or 0xB350ED) is known color: Medium Orchid. HEX triplet: B3, 50 and ED. RGB value is (179,80,237). Sum of RGB (Red+Green+Blue) = 179+80+237=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #B350ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B350ED is #4CAF12. Grayscale: #7E7E7E. Windows color (decimal): -5025555 or 15552691. OLE color: 15552691.
HSL color Cylindrical-coordinate representation of color #B350ED: hue angle of 277.83º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B350ED is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 80 | 237 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.07 |
| HSL | 277.83º | 0.81% | 0.62% | - |
| HSV(B) | 277.83º | 0.66% | 0.93% | - |
| XYZ | 36.75 | 21.44 | 82.32 | - |
| YUV | 127.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 237 | 0.24 | 0.66 | 0 | 0.07 | 277.83 | 0.81 | 0.62 |
| Hex | B3 | 50 | ED | 18 | 42 | 0 | 7 | 116 | 51 | 3E |
| Octal | 263 | 120 | 355 | 30 | 102 | 0 | 7 | 426 | 121 | 76 |
| Binary | 10110011 | 1010000 | 11101101 | 11000 | 1000010 | 0 | 111 | 100010110 | 1010001 | 111110 |
Color Harmonies of #B350ED
Complementary color
Monochromatic Colors of #B350ED
Black with #B350ED
Text Example
Text Example
White with #B350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B350ED; }
p { color: rgb(179,80,237); }
H1.HeaderClassName
{
color: #B350ED;
}
.AnyTagClassName
{
color: #B350ED;
}
</style>
background-color css
<style>
a { background-color: #B350ED; }
a { background-color: rgb(179,80,237); }
div.DivClassName
{
background-color: #B350ED;
}
.BgClassName
{
background-color: #B350ED;
}
</style>
border-color css
<style>
span { border-color: #B350ED; }
span { border-color: rgb(179,80,237); }
td.TdClassName
{
border-color: #B350ED;
}
.TagClassName
{
border-color: #B350ED;
}
</style>