Shades of Medium Orchid #B359DC
Tints of Medium Orchid #B359DC
RGB
CMYK
RGB Variations
Color information
#B359DC (or 0xB359DC) is known color: Medium Orchid. HEX triplet: B3, 59 and DC. RGB value is (179,89,220). Sum of RGB (Red+Green+Blue) = 179+89+220=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B359DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359DC is #4CA623. Grayscale: #828282. Windows color (decimal): -5023268 or 14440883. OLE color: 14440883.
HSL color Cylindrical-coordinate representation of color #B359DC: hue angle of 281.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B359DC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 89 | 220 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.14 |
| HSL | 281.22º | 0.65% | 0.61% | - |
| HSV(B) | 281.22º | 0.6% | 0.86% | - |
| XYZ | 35.08 | 21.9 | 70.09 | - |
| YUV | 130.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 220 | 0.19 | 0.60 | 0 | 0.14 | 281.22 | 0.65 | 0.61 |
| Hex | B3 | 59 | DC | 13 | 3C | 0 | E | 119 | 41 | 3D |
| Octal | 263 | 131 | 334 | 23 | 74 | 0 | 16 | 431 | 101 | 75 |
| Binary | 10110011 | 1011001 | 11011100 | 10011 | 111100 | 0 | 1110 | 100011001 | 1000001 | 111101 |
Color Harmonies of #B359DC
Complementary color
Monochromatic Colors of #B359DC
Black with #B359DC
Text Example
Text Example
White with #B359DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359DC; }
p { color: rgb(179,89,220); }
H1.HeaderClassName
{
color: #B359DC;
}
.AnyTagClassName
{
color: #B359DC;
}
</style>
background-color css
<style>
a { background-color: #B359DC; }
a { background-color: rgb(179,89,220); }
div.DivClassName
{
background-color: #B359DC;
}
.BgClassName
{
background-color: #B359DC;
}
</style>
border-color css
<style>
span { border-color: #B359DC; }
span { border-color: rgb(179,89,220); }
td.TdClassName
{
border-color: #B359DC;
}
.TagClassName
{
border-color: #B359DC;
}
</style>