Shades of Medium Orchid #B356EA
Tints of Medium Orchid #B356EA
RGB
CMYK
RGB Variations
Color information
#B356EA (or 0xB356EA) is known color: Medium Orchid. HEX triplet: B3, 56 and EA. RGB value is (179,86,234). Sum of RGB (Red+Green+Blue) = 179+86+234=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #B356EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B356EA is #4CA915. Grayscale: #828282. Windows color (decimal): -5024022 or 15357619. OLE color: 15357619.
HSL color Cylindrical-coordinate representation of color #B356EA: hue angle of 277.7º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B356EA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 86 | 234 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.08 |
| HSL | 277.7º | 0.78% | 0.63% | - |
| HSV(B) | 277.7º | 0.63% | 0.92% | - |
| XYZ | 36.77 | 22.18 | 80.19 | - |
| YUV | 130.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 234 | 0.24 | 0.63 | 0 | 0.08 | 277.7 | 0.78 | 0.63 |
| Hex | B3 | 56 | EA | 18 | 3F | 0 | 8 | 116 | 4E | 3F |
| Octal | 263 | 126 | 352 | 30 | 77 | 0 | 10 | 426 | 116 | 77 |
| Binary | 10110011 | 1010110 | 11101010 | 11000 | 111111 | 0 | 1000 | 100010110 | 1001110 | 111111 |
Color Harmonies of #B356EA
Complementary color
Monochromatic Colors of #B356EA
Black with #B356EA
Text Example
Text Example
White with #B356EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356EA; }
p { color: rgb(179,86,234); }
H1.HeaderClassName
{
color: #B356EA;
}
.AnyTagClassName
{
color: #B356EA;
}
</style>
background-color css
<style>
a { background-color: #B356EA; }
a { background-color: rgb(179,86,234); }
div.DivClassName
{
background-color: #B356EA;
}
.BgClassName
{
background-color: #B356EA;
}
</style>
border-color css
<style>
span { border-color: #B356EA; }
span { border-color: rgb(179,86,234); }
td.TdClassName
{
border-color: #B356EA;
}
.TagClassName
{
border-color: #B356EA;
}
</style>