Shades of Medium Orchid #B55DF6
Tints of Medium Orchid #B55DF6
RGB
CMYK
RGB Variations
Color information
#B55DF6 (or 0xB55DF6) is known color: Medium Orchid. HEX triplet: B5, 5D and F6. RGB value is (181,93,246). Sum of RGB (Red+Green+Blue) = 181+93+246=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #B55DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DF6 is #4AA209. Grayscale: #888888. Windows color (decimal): -4891146 or 16145845. OLE color: 16145845.
HSL color Cylindrical-coordinate representation of color #B55DF6: hue angle of 274.51º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55DF6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 93 | 246 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.04 |
| HSL | 274.51º | 0.89% | 0.66% | - |
| HSV(B) | 274.51º | 0.62% | 0.96% | - |
| XYZ | 39.6 | 24.31 | 89.79 | - |
| YUV | 136.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 246 | 0.26 | 0.62 | 0 | 0.04 | 274.51 | 0.89 | 0.66 |
| Hex | B5 | 5D | F6 | 1A | 3E | 0 | 4 | 113 | 59 | 42 |
| Octal | 265 | 135 | 366 | 32 | 76 | 0 | 4 | 423 | 131 | 102 |
| Binary | 10110101 | 1011101 | 11110110 | 11010 | 111110 | 0 | 100 | 100010011 | 1011001 | 1000010 |
Color Harmonies of #B55DF6
Complementary color
Monochromatic Colors of #B55DF6
Black with #B55DF6
Text Example
Text Example
White with #B55DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DF6; }
p { color: rgb(181,93,246); }
H1.HeaderClassName
{
color: #B55DF6;
}
.AnyTagClassName
{
color: #B55DF6;
}
</style>
background-color css
<style>
a { background-color: #B55DF6; }
a { background-color: rgb(181,93,246); }
div.DivClassName
{
background-color: #B55DF6;
}
.BgClassName
{
background-color: #B55DF6;
}
</style>
border-color css
<style>
span { border-color: #B55DF6; }
span { border-color: rgb(181,93,246); }
td.TdClassName
{
border-color: #B55DF6;
}
.TagClassName
{
border-color: #B55DF6;
}
</style>