Shades of Medium Orchid #B353EB
Tints of Medium Orchid #B353EB
RGB
CMYK
RGB Variations
Color information
#B353EB (or 0xB353EB) is known color: Medium Orchid. HEX triplet: B3, 53 and EB. RGB value is (179,83,235). Sum of RGB (Red+Green+Blue) = 179+83+235=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #B353EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B353EB is #4CAC14. Grayscale: #808080. Windows color (decimal): -5024789 or 15422387. OLE color: 15422387.
HSL color Cylindrical-coordinate representation of color #B353EB: hue angle of 277.89º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B353EB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 83 | 235 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.08 |
| HSL | 277.89º | 0.79% | 0.62% | - |
| HSV(B) | 277.89º | 0.65% | 0.92% | - |
| XYZ | 36.68 | 21.77 | 80.87 | - |
| YUV | 129.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 83 | 235 | 0.24 | 0.65 | 0 | 0.08 | 277.89 | 0.79 | 0.62 |
| Hex | B3 | 53 | EB | 18 | 41 | 0 | 8 | 116 | 4F | 3E |
| Octal | 263 | 123 | 353 | 30 | 101 | 0 | 10 | 426 | 117 | 76 |
| Binary | 10110011 | 1010011 | 11101011 | 11000 | 1000001 | 0 | 1000 | 100010110 | 1001111 | 111110 |
Color Harmonies of #B353EB
Complementary color
Monochromatic Colors of #B353EB
Black with #B353EB
Text Example
Text Example
White with #B353EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B353EB; }
p { color: rgb(179,83,235); }
H1.HeaderClassName
{
color: #B353EB;
}
.AnyTagClassName
{
color: #B353EB;
}
</style>
background-color css
<style>
a { background-color: #B353EB; }
a { background-color: rgb(179,83,235); }
div.DivClassName
{
background-color: #B353EB;
}
.BgClassName
{
background-color: #B353EB;
}
</style>
border-color css
<style>
span { border-color: #B353EB; }
span { border-color: rgb(179,83,235); }
td.TdClassName
{
border-color: #B353EB;
}
.TagClassName
{
border-color: #B353EB;
}
</style>