Shades of Medium Orchid #B05ACE
Tints of Medium Orchid #B05ACE
RGB
CMYK
RGB Variations
Color information
#B05ACE (or 0xB05ACE) is known color: Medium Orchid. HEX triplet: B0, 5A and CE. RGB value is (176,90,206). Sum of RGB (Red+Green+Blue) = 176+90+206=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #B05ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACE is #4FA531. Grayscale: #808080. Windows color (decimal): -5219634 or 13523632. OLE color: 13523632.
HSL color Cylindrical-coordinate representation of color #B05ACE: hue angle of 284.48º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ACE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 90 | 206 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.19 |
| HSL | 284.48º | 0.54% | 0.58% | - |
| HSV(B) | 284.48º | 0.56% | 0.81% | - |
| XYZ | 32.7 | 21 | 60.72 | - |
| YUV | 128.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 206 | 0.15 | 0.56 | 0 | 0.19 | 284.48 | 0.54 | 0.58 |
| Hex | B0 | 5A | CE | F | 38 | 0 | 13 | 11C | 36 | 3A |
| Octal | 260 | 132 | 316 | 17 | 70 | 0 | 23 | 434 | 66 | 72 |
| Binary | 10110000 | 1011010 | 11001110 | 1111 | 111000 | 0 | 10011 | 100011100 | 110110 | 111010 |
Color Harmonies of #B05ACE
Complementary color
Monochromatic Colors of #B05ACE
Black with #B05ACE
Text Example
Text Example
White with #B05ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ACE; }
p { color: rgb(176,90,206); }
H1.HeaderClassName
{
color: #B05ACE;
}
.AnyTagClassName
{
color: #B05ACE;
}
</style>
background-color css
<style>
a { background-color: #B05ACE; }
a { background-color: rgb(176,90,206); }
div.DivClassName
{
background-color: #B05ACE;
}
.BgClassName
{
background-color: #B05ACE;
}
</style>
border-color css
<style>
span { border-color: #B05ACE; }
span { border-color: rgb(176,90,206); }
td.TdClassName
{
border-color: #B05ACE;
}
.TagClassName
{
border-color: #B05ACE;
}
</style>