Shades of Medium Orchid #B355DB
Tints of Medium Orchid #B355DB
RGB
CMYK
RGB Variations
Color information
#B355DB (or 0xB355DB) is known color: Medium Orchid. HEX triplet: B3, 55 and DB. RGB value is (179,85,219). Sum of RGB (Red+Green+Blue) = 179+85+219=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B355DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355DB is #4CAA24. Grayscale: #7F7F7F. Windows color (decimal): -5024293 or 14374323. OLE color: 14374323.
HSL color Cylindrical-coordinate representation of color #B355DB: hue angle of 282.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B355DB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 85 | 219 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.14 |
| HSL | 282.09º | 0.65% | 0.6% | - |
| HSV(B) | 282.09º | 0.61% | 0.86% | - |
| XYZ | 34.63 | 21.2 | 69.28 | - |
| YUV | 128.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 219 | 0.18 | 0.61 | 0 | 0.14 | 282.09 | 0.65 | 0.6 |
| Hex | B3 | 55 | DB | 12 | 3D | 0 | E | 11A | 41 | 3C |
| Octal | 263 | 125 | 333 | 22 | 75 | 0 | 16 | 432 | 101 | 74 |
| Binary | 10110011 | 1010101 | 11011011 | 10010 | 111101 | 0 | 1110 | 100011010 | 1000001 | 111100 |
Color Harmonies of #B355DB
Complementary color
Monochromatic Colors of #B355DB
Black with #B355DB
Text Example
Text Example
White with #B355DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355DB; }
p { color: rgb(179,85,219); }
H1.HeaderClassName
{
color: #B355DB;
}
.AnyTagClassName
{
color: #B355DB;
}
</style>
background-color css
<style>
a { background-color: #B355DB; }
a { background-color: rgb(179,85,219); }
div.DivClassName
{
background-color: #B355DB;
}
.BgClassName
{
background-color: #B355DB;
}
</style>
border-color css
<style>
span { border-color: #B355DB; }
span { border-color: rgb(179,85,219); }
td.TdClassName
{
border-color: #B355DB;
}
.TagClassName
{
border-color: #B355DB;
}
</style>