Shades of Medium Orchid #B356DA
Tints of Medium Orchid #B356DA
RGB
CMYK
RGB Variations
Color information
#B356DA (or 0xB356DA) is known color: Medium Orchid. HEX triplet: B3, 56 and DA. RGB value is (179,86,218). Sum of RGB (Red+Green+Blue) = 179+86+218=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #B356DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356DA is #4CA925. Grayscale: #808080. Windows color (decimal): -5024038 or 14309043. OLE color: 14309043.
HSL color Cylindrical-coordinate representation of color #B356DA: hue angle of 282.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B356DA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 86 | 218 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.15 |
| HSL | 282.27º | 0.64% | 0.6% | - |
| HSV(B) | 282.27º | 0.61% | 0.85% | - |
| XYZ | 34.57 | 21.3 | 68.62 | - |
| YUV | 128.86 | 178.31 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 218 | 0.18 | 0.61 | 0 | 0.15 | 282.27 | 0.64 | 0.6 |
| Hex | B3 | 56 | DA | 12 | 3D | 0 | F | 11A | 40 | 3C |
| Octal | 263 | 126 | 332 | 22 | 75 | 0 | 17 | 432 | 100 | 74 |
| Binary | 10110011 | 1010110 | 11011010 | 10010 | 111101 | 0 | 1111 | 100011010 | 1000000 | 111100 |
Color Harmonies of #B356DA
Complementary color
Monochromatic Colors of #B356DA
Black with #B356DA
Text Example
Text Example
White with #B356DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356DA; }
p { color: rgb(179,86,218); }
H1.HeaderClassName
{
color: #B356DA;
}
.AnyTagClassName
{
color: #B356DA;
}
</style>
background-color css
<style>
a { background-color: #B356DA; }
a { background-color: rgb(179,86,218); }
div.DivClassName
{
background-color: #B356DA;
}
.BgClassName
{
background-color: #B356DA;
}
</style>
border-color css
<style>
span { border-color: #B356DA; }
span { border-color: rgb(179,86,218); }
td.TdClassName
{
border-color: #B356DA;
}
.TagClassName
{
border-color: #B356DA;
}
</style>