Shades of Medium Orchid #B05ADA
Tints of Medium Orchid #B05ADA
RGB
CMYK
RGB Variations
Color information
#B05ADA (or 0xB05ADA) is known color: Medium Orchid. HEX triplet: B0, 5A and DA. RGB value is (176,90,218). Sum of RGB (Red+Green+Blue) = 176+90+218=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B05ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ADA is #4FA525. Grayscale: #818181. Windows color (decimal): -5219622 or 14310064. OLE color: 14310064.
HSL color Cylindrical-coordinate representation of color #B05ADA: hue angle of 280.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05ADA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 90 | 218 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.15 |
| HSL | 280.31º | 0.63% | 0.6% | - |
| HSV(B) | 280.31º | 0.59% | 0.85% | - |
| XYZ | 34.22 | 21.6 | 68.7 | - |
| YUV | 130.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 218 | 0.19 | 0.59 | 0 | 0.15 | 280.31 | 0.63 | 0.6 |
| Hex | B0 | 5A | DA | 13 | 3B | 0 | F | 118 | 3F | 3C |
| Octal | 260 | 132 | 332 | 23 | 73 | 0 | 17 | 430 | 77 | 74 |
| Binary | 10110000 | 1011010 | 11011010 | 10011 | 111011 | 0 | 1111 | 100011000 | 111111 | 111100 |
Color Harmonies of #B05ADA
Complementary color
Monochromatic Colors of #B05ADA
Black with #B05ADA
Text Example
Text Example
White with #B05ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ADA; }
p { color: rgb(176,90,218); }
H1.HeaderClassName
{
color: #B05ADA;
}
.AnyTagClassName
{
color: #B05ADA;
}
</style>
background-color css
<style>
a { background-color: #B05ADA; }
a { background-color: rgb(176,90,218); }
div.DivClassName
{
background-color: #B05ADA;
}
.BgClassName
{
background-color: #B05ADA;
}
</style>
border-color css
<style>
span { border-color: #B05ADA; }
span { border-color: rgb(176,90,218); }
td.TdClassName
{
border-color: #B05ADA;
}
.TagClassName
{
border-color: #B05ADA;
}
</style>