Shades of Medium Orchid #B05ACB
Tints of Medium Orchid #B05ACB
RGB
CMYK
RGB Variations
Color information
#B05ACB (or 0xB05ACB) is known color: Medium Orchid. HEX triplet: B0, 5A and CB. RGB value is (176,90,203). Sum of RGB (Red+Green+Blue) = 176+90+203=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACB is #4FA534. Grayscale: #808080. Windows color (decimal): -5219637 or 13327024. OLE color: 13327024.
HSL color Cylindrical-coordinate representation of color #B05ACB: hue angle of 285.66º 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 #B05ACB is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 90 | 203 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.20 |
| HSL | 285.66º | 0.52% | 0.57% | - |
| HSV(B) | 285.66º | 0.56% | 0.8% | - |
| XYZ | 32.34 | 20.85 | 58.82 | - |
| YUV | 128.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 203 | 0.13 | 0.56 | 0 | 0.20 | 285.66 | 0.52 | 0.57 |
| Hex | B0 | 5A | CB | D | 38 | 0 | 14 | 11E | 34 | 39 |
| Octal | 260 | 132 | 313 | 15 | 70 | 0 | 24 | 436 | 64 | 71 |
| Binary | 10110000 | 1011010 | 11001011 | 1101 | 111000 | 0 | 10100 | 100011110 | 110100 | 111001 |
Color Harmonies of #B05ACB
Complementary color
Monochromatic Colors of #B05ACB
Black with #B05ACB
Text Example
Text Example
White with #B05ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ACB; }
p { color: rgb(176,90,203); }
H1.HeaderClassName
{
color: #B05ACB;
}
.AnyTagClassName
{
color: #B05ACB;
}
</style>
background-color css
<style>
a { background-color: #B05ACB; }
a { background-color: rgb(176,90,203); }
div.DivClassName
{
background-color: #B05ACB;
}
.BgClassName
{
background-color: #B05ACB;
}
</style>
border-color css
<style>
span { border-color: #B05ACB; }
span { border-color: rgb(176,90,203); }
td.TdClassName
{
border-color: #B05ACB;
}
.TagClassName
{
border-color: #B05ACB;
}
</style>