Shades of Medium Orchid #B359DD
Tints of Medium Orchid #B359DD
RGB
CMYK
RGB Variations
Color information
#B359DD (or 0xB359DD) is known color: Medium Orchid. HEX triplet: B3, 59 and DD. RGB value is (179,89,221). Sum of RGB (Red+Green+Blue) = 179+89+221=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #B359DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B359DD is #4CA622. Grayscale: #828282. Windows color (decimal): -5023267 or 14506419. OLE color: 14506419.
HSL color Cylindrical-coordinate representation of color #B359DD: hue angle of 280.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B359DD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 89 | 221 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.13 |
| HSL | 280.91º | 0.66% | 0.61% | - |
| HSV(B) | 280.91º | 0.6% | 0.87% | - |
| XYZ | 35.21 | 21.95 | 70.79 | - |
| YUV | 130.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 221 | 0.19 | 0.60 | 0 | 0.13 | 280.91 | 0.66 | 0.61 |
| Hex | B3 | 59 | DD | 13 | 3C | 0 | D | 119 | 42 | 3D |
| Octal | 263 | 131 | 335 | 23 | 74 | 0 | 15 | 431 | 102 | 75 |
| Binary | 10110011 | 1011001 | 11011101 | 10011 | 111100 | 0 | 1101 | 100011001 | 1000010 | 111101 |
Color Harmonies of #B359DD
Complementary color
Monochromatic Colors of #B359DD
Black with #B359DD
Text Example
Text Example
White with #B359DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B359DD; }
p { color: rgb(179,89,221); }
H1.HeaderClassName
{
color: #B359DD;
}
.AnyTagClassName
{
color: #B359DD;
}
</style>
background-color css
<style>
a { background-color: #B359DD; }
a { background-color: rgb(179,89,221); }
div.DivClassName
{
background-color: #B359DD;
}
.BgClassName
{
background-color: #B359DD;
}
</style>
border-color css
<style>
span { border-color: #B359DD; }
span { border-color: rgb(179,89,221); }
td.TdClassName
{
border-color: #B359DD;
}
.TagClassName
{
border-color: #B359DD;
}
</style>