Shades of Medium Orchid #B55CCD
Tints of Medium Orchid #B55CCD
RGB
CMYK
RGB Variations
Color information
#B55CCD (or 0xB55CCD) is known color: Medium Orchid. HEX triplet: B5, 5C and CD. RGB value is (181,92,205). Sum of RGB (Red+Green+Blue) = 181+92+205=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #B55CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CCD is #4AA332. Grayscale: #838383. Windows color (decimal): -4891443 or 13458613. OLE color: 13458613.
HSL color Cylindrical-coordinate representation of color #B55CCD: hue angle of 287.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55CCD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 92 | 205 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.20 |
| HSL | 287.26º | 0.53% | 0.58% | - |
| HSV(B) | 287.26º | 0.55% | 0.8% | - |
| XYZ | 33.9 | 21.89 | 60.2 | - |
| YUV | 131.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 205 | 0.12 | 0.55 | 0 | 0.20 | 287.26 | 0.53 | 0.58 |
| Hex | B5 | 5C | CD | C | 37 | 0 | 14 | 11F | 35 | 3A |
| Octal | 265 | 134 | 315 | 14 | 67 | 0 | 24 | 437 | 65 | 72 |
| Binary | 10110101 | 1011100 | 11001101 | 1100 | 110111 | 0 | 10100 | 100011111 | 110101 | 111010 |
Color Harmonies of #B55CCD
Complementary color
Monochromatic Colors of #B55CCD
Black with #B55CCD
Text Example
Text Example
White with #B55CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CCD; }
p { color: rgb(181,92,205); }
H1.HeaderClassName
{
color: #B55CCD;
}
.AnyTagClassName
{
color: #B55CCD;
}
</style>
background-color css
<style>
a { background-color: #B55CCD; }
a { background-color: rgb(181,92,205); }
div.DivClassName
{
background-color: #B55CCD;
}
.BgClassName
{
background-color: #B55CCD;
}
</style>
border-color css
<style>
span { border-color: #B55CCD; }
span { border-color: rgb(181,92,205); }
td.TdClassName
{
border-color: #B55CCD;
}
.TagClassName
{
border-color: #B55CCD;
}
</style>