Shades of Medium Orchid #B357DD
Tints of Medium Orchid #B357DD
RGB
CMYK
RGB Variations
Color information
#B357DD (or 0xB357DD) is known color: Medium Orchid. HEX triplet: B3, 57 and DD. RGB value is (179,87,221). Sum of RGB (Red+Green+Blue) = 179+87+221=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B357DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357DD is #4CA822. Grayscale: #818181. Windows color (decimal): -5023779 or 14505907. OLE color: 14505907.
HSL color Cylindrical-coordinate representation of color #B357DD: hue angle of 281.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B357DD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 87 | 221 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.13 |
| HSL | 281.19º | 0.66% | 0.6% | - |
| HSV(B) | 281.19º | 0.61% | 0.87% | - |
| XYZ | 35.05 | 21.62 | 70.73 | - |
| YUV | 129.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 221 | 0.19 | 0.61 | 0 | 0.13 | 281.19 | 0.66 | 0.6 |
| Hex | B3 | 57 | DD | 13 | 3D | 0 | D | 119 | 42 | 3C |
| Octal | 263 | 127 | 335 | 23 | 75 | 0 | 15 | 431 | 102 | 74 |
| Binary | 10110011 | 1010111 | 11011101 | 10011 | 111101 | 0 | 1101 | 100011001 | 1000010 | 111100 |
Color Harmonies of #B357DD
Complementary color
Monochromatic Colors of #B357DD
Black with #B357DD
Text Example
Text Example
White with #B357DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B357DD; }
p { color: rgb(179,87,221); }
H1.HeaderClassName
{
color: #B357DD;
}
.AnyTagClassName
{
color: #B357DD;
}
</style>
background-color css
<style>
a { background-color: #B357DD; }
a { background-color: rgb(179,87,221); }
div.DivClassName
{
background-color: #B357DD;
}
.BgClassName
{
background-color: #B357DD;
}
</style>
border-color css
<style>
span { border-color: #B357DD; }
span { border-color: rgb(179,87,221); }
td.TdClassName
{
border-color: #B357DD;
}
.TagClassName
{
border-color: #B357DD;
}
</style>