Shades of Medium Orchid #B555CA
Tints of Medium Orchid #B555CA
RGB
CMYK
RGB Variations
Color information
#B555CA (or 0xB555CA) is known color: Medium Orchid. HEX triplet: B5, 55 and CA. RGB value is (181,85,202). Sum of RGB (Red+Green+Blue) = 181+85+202=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #B555CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555CA is #4AAA35. Grayscale: #7E7E7E. Windows color (decimal): -4893238 or 13260213. OLE color: 13260213.
HSL color Cylindrical-coordinate representation of color #B555CA: hue angle of 289.23º 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 #B555CA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 85 | 202 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.21 |
| HSL | 289.23º | 0.52% | 0.56% | - |
| HSV(B) | 289.23º | 0.58% | 0.79% | - |
| XYZ | 32.97 | 20.59 | 58.11 | - |
| YUV | 127.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 202 | 0.10 | 0.58 | 0 | 0.21 | 289.23 | 0.52 | 0.56 |
| Hex | B5 | 55 | CA | A | 3A | 0 | 15 | 121 | 34 | 38 |
| Octal | 265 | 125 | 312 | 12 | 72 | 0 | 25 | 441 | 64 | 70 |
| Binary | 10110101 | 1010101 | 11001010 | 1010 | 111010 | 0 | 10101 | 100100001 | 110100 | 111000 |
Color Harmonies of #B555CA
Complementary color
Monochromatic Colors of #B555CA
Black with #B555CA
Text Example
Text Example
White with #B555CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555CA; }
p { color: rgb(181,85,202); }
H1.HeaderClassName
{
color: #B555CA;
}
.AnyTagClassName
{
color: #B555CA;
}
</style>
background-color css
<style>
a { background-color: #B555CA; }
a { background-color: rgb(181,85,202); }
div.DivClassName
{
background-color: #B555CA;
}
.BgClassName
{
background-color: #B555CA;
}
</style>
border-color css
<style>
span { border-color: #B555CA; }
span { border-color: rgb(181,85,202); }
td.TdClassName
{
border-color: #B555CA;
}
.TagClassName
{
border-color: #B555CA;
}
</style>