Shades of Medium Orchid #B154CA
Tints of Medium Orchid #B154CA
RGB
CMYK
RGB Variations
Color information
#B154CA (or 0xB154CA) is known color: Medium Orchid. HEX triplet: B1, 54 and CA. RGB value is (177,84,202). Sum of RGB (Red+Green+Blue) = 177+84+202=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #B154CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154CA is #4EAB35. Grayscale: #7C7C7C. Windows color (decimal): -5155638 or 13259953. OLE color: 13259953.
HSL color Cylindrical-coordinate representation of color #B154CA: hue angle of 287.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B154CA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 84 | 202 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.21 |
| HSL | 287.29º | 0.53% | 0.56% | - |
| HSV(B) | 287.29º | 0.58% | 0.79% | - |
| XYZ | 31.96 | 19.95 | 58.04 | - |
| YUV | 125.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 202 | 0.12 | 0.58 | 0 | 0.21 | 287.29 | 0.53 | 0.56 |
| Hex | B1 | 54 | CA | C | 3A | 0 | 15 | 11F | 35 | 38 |
| Octal | 261 | 124 | 312 | 14 | 72 | 0 | 25 | 437 | 65 | 70 |
| Binary | 10110001 | 1010100 | 11001010 | 1100 | 111010 | 0 | 10101 | 100011111 | 110101 | 111000 |
Color Harmonies of #B154CA
Complementary color
Monochromatic Colors of #B154CA
Black with #B154CA
Text Example
Text Example
White with #B154CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154CA; }
p { color: rgb(177,84,202); }
H1.HeaderClassName
{
color: #B154CA;
}
.AnyTagClassName
{
color: #B154CA;
}
</style>
background-color css
<style>
a { background-color: #B154CA; }
a { background-color: rgb(177,84,202); }
div.DivClassName
{
background-color: #B154CA;
}
.BgClassName
{
background-color: #B154CA;
}
</style>
border-color css
<style>
span { border-color: #B154CA; }
span { border-color: rgb(177,84,202); }
td.TdClassName
{
border-color: #B154CA;
}
.TagClassName
{
border-color: #B154CA;
}
</style>