Shades of Medium Orchid #B55DCF
Tints of Medium Orchid #B55DCF
RGB
CMYK
RGB Variations
Color information
#B55DCF (or 0xB55DCF) is known color: Medium Orchid. HEX triplet: B5, 5D and CF. RGB value is (181,93,207). Sum of RGB (Red+Green+Blue) = 181+93+207=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCF is #4AA230. Grayscale: #838383. Windows color (decimal): -4891185 or 13589941. OLE color: 13589941.
HSL color Cylindrical-coordinate representation of color #B55DCF: hue angle of 286.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55DCF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 93 | 207 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.19 |
| HSL | 286.32º | 0.54% | 0.59% | - |
| HSV(B) | 286.32º | 0.55% | 0.81% | - |
| XYZ | 34.23 | 22.16 | 61.5 | - |
| YUV | 132.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 207 | 0.13 | 0.55 | 0 | 0.19 | 286.32 | 0.54 | 0.59 |
| Hex | B5 | 5D | CF | D | 37 | 0 | 13 | 11E | 36 | 3B |
| Octal | 265 | 135 | 317 | 15 | 67 | 0 | 23 | 436 | 66 | 73 |
| Binary | 10110101 | 1011101 | 11001111 | 1101 | 110111 | 0 | 10011 | 100011110 | 110110 | 111011 |
Color Harmonies of #B55DCF
Complementary color
Monochromatic Colors of #B55DCF
Black with #B55DCF
Text Example
Text Example
White with #B55DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DCF; }
p { color: rgb(181,93,207); }
H1.HeaderClassName
{
color: #B55DCF;
}
.AnyTagClassName
{
color: #B55DCF;
}
</style>
background-color css
<style>
a { background-color: #B55DCF; }
a { background-color: rgb(181,93,207); }
div.DivClassName
{
background-color: #B55DCF;
}
.BgClassName
{
background-color: #B55DCF;
}
</style>
border-color css
<style>
span { border-color: #B55DCF; }
span { border-color: rgb(181,93,207); }
td.TdClassName
{
border-color: #B55DCF;
}
.TagClassName
{
border-color: #B55DCF;
}
</style>