Shades of Medium Orchid #B55ACB
Tints of Medium Orchid #B55ACB
RGB
CMYK
RGB Variations
Color information
#B55ACB (or 0xB55ACB) is known color: Medium Orchid. HEX triplet: B5, 5A and CB. RGB value is (181,90,203). Sum of RGB (Red+Green+Blue) = 181+90+203=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B55ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55ACB is #4AA534. Grayscale: #818181. Windows color (decimal): -4891957 or 13327029. OLE color: 13327029.
HSL color Cylindrical-coordinate representation of color #B55ACB: hue angle of 288.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55ACB is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 90 | 203 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.20 |
| HSL | 288.32º | 0.52% | 0.57% | - |
| HSV(B) | 288.32º | 0.56% | 0.8% | - |
| XYZ | 33.49 | 21.45 | 58.87 | - |
| YUV | 130.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 203 | 0.11 | 0.56 | 0 | 0.20 | 288.32 | 0.52 | 0.57 |
| Hex | B5 | 5A | CB | B | 38 | 0 | 14 | 120 | 34 | 39 |
| Octal | 265 | 132 | 313 | 13 | 70 | 0 | 24 | 440 | 64 | 71 |
| Binary | 10110101 | 1011010 | 11001011 | 1011 | 111000 | 0 | 10100 | 100100000 | 110100 | 111001 |
Color Harmonies of #B55ACB
Complementary color
Monochromatic Colors of #B55ACB
Black with #B55ACB
Text Example
Text Example
White with #B55ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55ACB; }
p { color: rgb(181,90,203); }
H1.HeaderClassName
{
color: #B55ACB;
}
.AnyTagClassName
{
color: #B55ACB;
}
</style>
background-color css
<style>
a { background-color: #B55ACB; }
a { background-color: rgb(181,90,203); }
div.DivClassName
{
background-color: #B55ACB;
}
.BgClassName
{
background-color: #B55ACB;
}
</style>
border-color css
<style>
span { border-color: #B55ACB; }
span { border-color: rgb(181,90,203); }
td.TdClassName
{
border-color: #B55ACB;
}
.TagClassName
{
border-color: #B55ACB;
}
</style>