Shades of Medium Orchid #B455C9
Tints of Medium Orchid #B455C9
RGB
CMYK
RGB Variations
Color information
#B455C9 (or 0xB455C9) is known color: Medium Orchid. HEX triplet: B4, 55 and C9. RGB value is (180,85,201). Sum of RGB (Red+Green+Blue) = 180+85+201=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B455C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B455C9 is #4BAA36. Grayscale: #7E7E7E. Windows color (decimal): -4958775 or 13194676. OLE color: 13194676.
HSL color Cylindrical-coordinate representation of color #B455C9: hue angle of 289.14º degrees, saturation: 0.52, 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 #B455C9 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 85 | 201 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.21 |
| HSL | 289.14º | 0.52% | 0.56% | - |
| HSV(B) | 289.14º | 0.58% | 0.79% | - |
| XYZ | 32.61 | 20.42 | 57.48 | - |
| YUV | 126.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 85 | 201 | 0.10 | 0.58 | 0 | 0.21 | 289.14 | 0.52 | 0.56 |
| Hex | B4 | 55 | C9 | A | 3A | 0 | 15 | 121 | 34 | 38 |
| Octal | 264 | 125 | 311 | 12 | 72 | 0 | 25 | 441 | 64 | 70 |
| Binary | 10110100 | 1010101 | 11001001 | 1010 | 111010 | 0 | 10101 | 100100001 | 110100 | 111000 |
Color Harmonies of #B455C9
Complementary color
Monochromatic Colors of #B455C9
Black with #B455C9
Text Example
Text Example
White with #B455C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B455C9; }
p { color: rgb(180,85,201); }
H1.HeaderClassName
{
color: #B455C9;
}
.AnyTagClassName
{
color: #B455C9;
}
</style>
background-color css
<style>
a { background-color: #B455C9; }
a { background-color: rgb(180,85,201); }
div.DivClassName
{
background-color: #B455C9;
}
.BgClassName
{
background-color: #B455C9;
}
</style>
border-color css
<style>
span { border-color: #B455C9; }
span { border-color: rgb(180,85,201); }
td.TdClassName
{
border-color: #B455C9;
}
.TagClassName
{
border-color: #B455C9;
}
</style>