Shades of Medium Orchid #B55FCD
Tints of Medium Orchid #B55FCD
RGB
CMYK
RGB Variations
Color information
#B55FCD (or 0xB55FCD) is known color: Medium Orchid. HEX triplet: B5, 5F and CD. RGB value is (181,95,205). Sum of RGB (Red+Green+Blue) = 181+95+205=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B55FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCD is #4AA032. Grayscale: #848484. Windows color (decimal): -4890675 or 13459381. OLE color: 13459381.
HSL color Cylindrical-coordinate representation of color #B55FCD: hue angle of 286.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55FCD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 95 | 205 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.20 |
| HSL | 286.91º | 0.52% | 0.59% | - |
| HSV(B) | 286.91º | 0.54% | 0.8% | - |
| XYZ | 34.17 | 22.42 | 60.28 | - |
| YUV | 133.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 205 | 0.12 | 0.54 | 0 | 0.20 | 286.91 | 0.52 | 0.59 |
| Hex | B5 | 5F | CD | C | 36 | 0 | 14 | 11F | 34 | 3B |
| Octal | 265 | 137 | 315 | 14 | 66 | 0 | 24 | 437 | 64 | 73 |
| Binary | 10110101 | 1011111 | 11001101 | 1100 | 110110 | 0 | 10100 | 100011111 | 110100 | 111011 |
Color Harmonies of #B55FCD
Complementary color
Monochromatic Colors of #B55FCD
Black with #B55FCD
Text Example
Text Example
White with #B55FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FCD; }
p { color: rgb(181,95,205); }
H1.HeaderClassName
{
color: #B55FCD;
}
.AnyTagClassName
{
color: #B55FCD;
}
</style>
background-color css
<style>
a { background-color: #B55FCD; }
a { background-color: rgb(181,95,205); }
div.DivClassName
{
background-color: #B55FCD;
}
.BgClassName
{
background-color: #B55FCD;
}
</style>
border-color css
<style>
span { border-color: #B55FCD; }
span { border-color: rgb(181,95,205); }
td.TdClassName
{
border-color: #B55FCD;
}
.TagClassName
{
border-color: #B55FCD;
}
</style>