Shades of Medium Orchid #B155CD
Tints of Medium Orchid #B155CD
RGB
CMYK
RGB Variations
Color information
#B155CD (or 0xB155CD) is known color: Medium Orchid. HEX triplet: B1, 55 and CD. RGB value is (177,85,205). Sum of RGB (Red+Green+Blue) = 177+85+205=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #B155CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155CD is #4EAA32. Grayscale: #7D7D7D. Windows color (decimal): -5155379 or 13456817. OLE color: 13456817.
HSL color Cylindrical-coordinate representation of color #B155CD: hue angle of 286º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B155CD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 85 | 205 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.20 |
| HSL | 286º | 0.55% | 0.57% | - |
| HSV(B) | 286º | 0.59% | 0.8% | - |
| XYZ | 32.4 | 20.25 | 59.96 | - |
| YUV | 126.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 205 | 0.14 | 0.59 | 0 | 0.20 | 286 | 0.55 | 0.57 |
| Hex | B1 | 55 | CD | E | 3B | 0 | 14 | 11E | 37 | 39 |
| Octal | 261 | 125 | 315 | 16 | 73 | 0 | 24 | 436 | 67 | 71 |
| Binary | 10110001 | 1010101 | 11001101 | 1110 | 111011 | 0 | 10100 | 100011110 | 110111 | 111001 |
Color Harmonies of #B155CD
Complementary color
Monochromatic Colors of #B155CD
Black with #B155CD
Text Example
Text Example
White with #B155CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B155CD; }
p { color: rgb(177,85,205); }
H1.HeaderClassName
{
color: #B155CD;
}
.AnyTagClassName
{
color: #B155CD;
}
</style>
background-color css
<style>
a { background-color: #B155CD; }
a { background-color: rgb(177,85,205); }
div.DivClassName
{
background-color: #B155CD;
}
.BgClassName
{
background-color: #B155CD;
}
</style>
border-color css
<style>
span { border-color: #B155CD; }
span { border-color: rgb(177,85,205); }
td.TdClassName
{
border-color: #B155CD;
}
.TagClassName
{
border-color: #B155CD;
}
</style>