Shades of Medium Orchid #B154CB
Tints of Medium Orchid #B154CB
RGB
CMYK
RGB Variations
Color information
#B154CB (or 0xB154CB) is known color: Medium Orchid. HEX triplet: B1, 54 and CB. RGB value is (177,84,203). Sum of RGB (Red+Green+Blue) = 177+84+203=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B154CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154CB is #4EAB34. Grayscale: #7C7C7C. Windows color (decimal): -5155637 or 13325489. OLE color: 13325489.
HSL color Cylindrical-coordinate representation of color #B154CB: hue angle of 286.89º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B154CB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 84 | 203 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.20 |
| HSL | 286.89º | 0.53% | 0.56% | - |
| HSV(B) | 286.89º | 0.59% | 0.8% | - |
| XYZ | 32.08 | 20 | 58.67 | - |
| YUV | 125.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 203 | 0.13 | 0.59 | 0 | 0.20 | 286.89 | 0.53 | 0.56 |
| Hex | B1 | 54 | CB | D | 3B | 0 | 14 | 11F | 35 | 38 |
| Octal | 261 | 124 | 313 | 15 | 73 | 0 | 24 | 437 | 65 | 70 |
| Binary | 10110001 | 1010100 | 11001011 | 1101 | 111011 | 0 | 10100 | 100011111 | 110101 | 111000 |
Color Harmonies of #B154CB
Complementary color
Monochromatic Colors of #B154CB
Black with #B154CB
Text Example
Text Example
White with #B154CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154CB; }
p { color: rgb(177,84,203); }
H1.HeaderClassName
{
color: #B154CB;
}
.AnyTagClassName
{
color: #B154CB;
}
</style>
background-color css
<style>
a { background-color: #B154CB; }
a { background-color: rgb(177,84,203); }
div.DivClassName
{
background-color: #B154CB;
}
.BgClassName
{
background-color: #B154CB;
}
</style>
border-color css
<style>
span { border-color: #B154CB; }
span { border-color: rgb(177,84,203); }
td.TdClassName
{
border-color: #B154CB;
}
.TagClassName
{
border-color: #B154CB;
}
</style>