Shades of Medium Orchid #B355DD
Tints of Medium Orchid #B355DD
RGB
CMYK
RGB Variations
Color information
#B355DD (or 0xB355DD) is known color: Medium Orchid. HEX triplet: B3, 55 and DD. RGB value is (179,85,221). Sum of RGB (Red+Green+Blue) = 179+85+221=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B355DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355DD is #4CAA22. Grayscale: #808080. Windows color (decimal): -5024291 or 14505395. OLE color: 14505395.
HSL color Cylindrical-coordinate representation of color #B355DD: hue angle of 281.47º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B355DD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 85 | 221 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.13 |
| HSL | 281.47º | 0.67% | 0.6% | - |
| HSV(B) | 281.47º | 0.62% | 0.87% | - |
| XYZ | 34.89 | 21.3 | 70.68 | - |
| YUV | 128.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 221 | 0.19 | 0.62 | 0 | 0.13 | 281.47 | 0.67 | 0.6 |
| Hex | B3 | 55 | DD | 13 | 3E | 0 | D | 119 | 43 | 3C |
| Octal | 263 | 125 | 335 | 23 | 76 | 0 | 15 | 431 | 103 | 74 |
| Binary | 10110011 | 1010101 | 11011101 | 10011 | 111110 | 0 | 1101 | 100011001 | 1000011 | 111100 |
Color Harmonies of #B355DD
Complementary color
Monochromatic Colors of #B355DD
Black with #B355DD
Text Example
Text Example
White with #B355DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355DD; }
p { color: rgb(179,85,221); }
H1.HeaderClassName
{
color: #B355DD;
}
.AnyTagClassName
{
color: #B355DD;
}
</style>
background-color css
<style>
a { background-color: #B355DD; }
a { background-color: rgb(179,85,221); }
div.DivClassName
{
background-color: #B355DD;
}
.BgClassName
{
background-color: #B355DD;
}
</style>
border-color css
<style>
span { border-color: #B355DD; }
span { border-color: rgb(179,85,221); }
td.TdClassName
{
border-color: #B355DD;
}
.TagClassName
{
border-color: #B355DD;
}
</style>