Shades of Medium Orchid #B05ACD
Tints of Medium Orchid #B05ACD
RGB
CMYK
RGB Variations
Color information
#B05ACD (or 0xB05ACD) is known color: Medium Orchid. HEX triplet: B0, 5A and CD. RGB value is (176,90,205). Sum of RGB (Red+Green+Blue) = 176+90+205=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ACD is #4FA532. Grayscale: #808080. Windows color (decimal): -5219635 or 13458096. OLE color: 13458096.
HSL color Cylindrical-coordinate representation of color #B05ACD: hue angle of 284.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ACD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 90 | 205 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.20 |
| HSL | 284.87º | 0.53% | 0.58% | - |
| HSV(B) | 284.87º | 0.56% | 0.8% | - |
| XYZ | 32.58 | 20.95 | 60.08 | - |
| YUV | 128.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 205 | 0.14 | 0.56 | 0 | 0.20 | 284.87 | 0.53 | 0.58 |
| Hex | B0 | 5A | CD | E | 38 | 0 | 14 | 11D | 35 | 3A |
| Octal | 260 | 132 | 315 | 16 | 70 | 0 | 24 | 435 | 65 | 72 |
| Binary | 10110000 | 1011010 | 11001101 | 1110 | 111000 | 0 | 10100 | 100011101 | 110101 | 111010 |
Color Harmonies of #B05ACD
Complementary color
Monochromatic Colors of #B05ACD
Black with #B05ACD
Text Example
Text Example
White with #B05ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ACD; }
p { color: rgb(176,90,205); }
H1.HeaderClassName
{
color: #B05ACD;
}
.AnyTagClassName
{
color: #B05ACD;
}
</style>
background-color css
<style>
a { background-color: #B05ACD; }
a { background-color: rgb(176,90,205); }
div.DivClassName
{
background-color: #B05ACD;
}
.BgClassName
{
background-color: #B05ACD;
}
</style>
border-color css
<style>
span { border-color: #B05ACD; }
span { border-color: rgb(176,90,205); }
td.TdClassName
{
border-color: #B05ACD;
}
.TagClassName
{
border-color: #B05ACD;
}
</style>