Shades of Medium Orchid #B55DCE
Tints of Medium Orchid #B55DCE
RGB
CMYK
RGB Variations
Color information
#B55DCE (or 0xB55DCE) is known color: Medium Orchid. HEX triplet: B5, 5D and CE. RGB value is (181,93,206). Sum of RGB (Red+Green+Blue) = 181+93+206=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #B55DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55DCE is #4AA231. Grayscale: #838383. Windows color (decimal): -4891186 or 13524405. OLE color: 13524405.
HSL color Cylindrical-coordinate representation of color #B55DCE: hue angle of 286.73º 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 #B55DCE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 93 | 206 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.19 |
| HSL | 286.73º | 0.54% | 0.59% | - |
| HSV(B) | 286.73º | 0.55% | 0.81% | - |
| XYZ | 34.11 | 22.11 | 60.86 | - |
| YUV | 132.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 206 | 0.12 | 0.55 | 0 | 0.19 | 286.73 | 0.54 | 0.59 |
| Hex | B5 | 5D | CE | C | 37 | 0 | 13 | 11F | 36 | 3B |
| Octal | 265 | 135 | 316 | 14 | 67 | 0 | 23 | 437 | 66 | 73 |
| Binary | 10110101 | 1011101 | 11001110 | 1100 | 110111 | 0 | 10011 | 100011111 | 110110 | 111011 |
Color Harmonies of #B55DCE
Complementary color
Monochromatic Colors of #B55DCE
Black with #B55DCE
Text Example
Text Example
White with #B55DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55DCE; }
p { color: rgb(181,93,206); }
H1.HeaderClassName
{
color: #B55DCE;
}
.AnyTagClassName
{
color: #B55DCE;
}
</style>
background-color css
<style>
a { background-color: #B55DCE; }
a { background-color: rgb(181,93,206); }
div.DivClassName
{
background-color: #B55DCE;
}
.BgClassName
{
background-color: #B55DCE;
}
</style>
border-color css
<style>
span { border-color: #B55DCE; }
span { border-color: rgb(181,93,206); }
td.TdClassName
{
border-color: #B55DCE;
}
.TagClassName
{
border-color: #B55DCE;
}
</style>