Shades of Medium Orchid #B55CCE
Tints of Medium Orchid #B55CCE
RGB
CMYK
RGB Variations
Color information
#B55CCE (or 0xB55CCE) is known color: Medium Orchid. HEX triplet: B5, 5C and CE. RGB value is (181,92,206). Sum of RGB (Red+Green+Blue) = 181+92+206=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B55CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CCE is #4AA331. Grayscale: #838383. Windows color (decimal): -4891442 or 13524149. OLE color: 13524149.
HSL color Cylindrical-coordinate representation of color #B55CCE: hue angle of 286.84º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55CCE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 92 | 206 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.19 |
| HSL | 286.84º | 0.54% | 0.58% | - |
| HSV(B) | 286.84º | 0.55% | 0.81% | - |
| XYZ | 34.02 | 21.93 | 60.83 | - |
| YUV | 131.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 206 | 0.12 | 0.55 | 0 | 0.19 | 286.84 | 0.54 | 0.58 |
| Hex | B5 | 5C | CE | C | 37 | 0 | 13 | 11F | 36 | 3A |
| Octal | 265 | 134 | 316 | 14 | 67 | 0 | 23 | 437 | 66 | 72 |
| Binary | 10110101 | 1011100 | 11001110 | 1100 | 110111 | 0 | 10011 | 100011111 | 110110 | 111010 |
Color Harmonies of #B55CCE
Complementary color
Monochromatic Colors of #B55CCE
Black with #B55CCE
Text Example
Text Example
White with #B55CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CCE; }
p { color: rgb(181,92,206); }
H1.HeaderClassName
{
color: #B55CCE;
}
.AnyTagClassName
{
color: #B55CCE;
}
</style>
background-color css
<style>
a { background-color: #B55CCE; }
a { background-color: rgb(181,92,206); }
div.DivClassName
{
background-color: #B55CCE;
}
.BgClassName
{
background-color: #B55CCE;
}
</style>
border-color css
<style>
span { border-color: #B55CCE; }
span { border-color: rgb(181,92,206); }
td.TdClassName
{
border-color: #B55CCE;
}
.TagClassName
{
border-color: #B55CCE;
}
</style>