Shades of Medium Orchid #B05ADC
Tints of Medium Orchid #B05ADC
RGB
CMYK
RGB Variations
Color information
#B05ADC (or 0xB05ADC) is known color: Medium Orchid. HEX triplet: B0, 5A and DC. RGB value is (176,90,220). Sum of RGB (Red+Green+Blue) = 176+90+220=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ADC is #4FA523. Grayscale: #828282. Windows color (decimal): -5219620 or 14441136. OLE color: 14441136.
HSL color Cylindrical-coordinate representation of color #B05ADC: hue angle of 279.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05ADC is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 90 | 220 | - |
| CMYK | 0.2 | 0.59 | 0 | 0.14 |
| HSL | 279.69º | 0.65% | 0.61% | - |
| HSV(B) | 279.69º | 0.59% | 0.86% | - |
| XYZ | 34.48 | 21.71 | 70.08 | - |
| YUV | 130.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 220 | 0.2 | 0.59 | 0 | 0.14 | 279.69 | 0.65 | 0.61 |
| Hex | B0 | 5A | DC | 14 | 3B | 0 | E | 118 | 41 | 3D |
| Octal | 260 | 132 | 334 | 24 | 73 | 0 | 16 | 430 | 101 | 75 |
| Binary | 10110000 | 1011010 | 11011100 | 10100 | 111011 | 0 | 1110 | 100011000 | 1000001 | 111101 |
Color Harmonies of #B05ADC
Complementary color
Monochromatic Colors of #B05ADC
Black with #B05ADC
Text Example
Text Example
White with #B05ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ADC; }
p { color: rgb(176,90,220); }
H1.HeaderClassName
{
color: #B05ADC;
}
.AnyTagClassName
{
color: #B05ADC;
}
</style>
background-color css
<style>
a { background-color: #B05ADC; }
a { background-color: rgb(176,90,220); }
div.DivClassName
{
background-color: #B05ADC;
}
.BgClassName
{
background-color: #B05ADC;
}
</style>
border-color css
<style>
span { border-color: #B05ADC; }
span { border-color: rgb(176,90,220); }
td.TdClassName
{
border-color: #B05ADC;
}
.TagClassName
{
border-color: #B05ADC;
}
</style>