Shades of Medium Orchid #B06ADC
Tints of Medium Orchid #B06ADC
RGB
CMYK
RGB Variations
Color information
#B06ADC (or 0xB06ADC) is known color: Medium Orchid. HEX triplet: B0, 6A and DC. RGB value is (176,106,220). Sum of RGB (Red+Green+Blue) = 176+106+220=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B06ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADC is #4F9523. Grayscale: #8B8B8B. Windows color (decimal): -5215524 or 14445232. OLE color: 14445232.
HSL color Cylindrical-coordinate representation of color #B06ADC: hue angle of 276.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06ADC is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 106 | 220 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.14 |
| HSL | 276.84º | 0.62% | 0.64% | - |
| HSV(B) | 276.84º | 0.52% | 0.86% | - |
| XYZ | 35.98 | 24.71 | 70.58 | - |
| YUV | 139.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 220 | 0.2 | 0.52 | 0 | 0.14 | 276.84 | 0.62 | 0.64 |
| Hex | B0 | 6A | DC | 14 | 34 | 0 | E | 115 | 3E | 40 |
| Octal | 260 | 152 | 334 | 24 | 64 | 0 | 16 | 425 | 76 | 100 |
| Binary | 10110000 | 1101010 | 11011100 | 10100 | 110100 | 0 | 1110 | 100010101 | 111110 | 1000000 |
Color Harmonies of #B06ADC
Complementary color
Monochromatic Colors of #B06ADC
Black with #B06ADC
Text Example
Text Example
White with #B06ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ADC; }
p { color: rgb(176,106,220); }
H1.HeaderClassName
{
color: #B06ADC;
}
.AnyTagClassName
{
color: #B06ADC;
}
</style>
background-color css
<style>
a { background-color: #B06ADC; }
a { background-color: rgb(176,106,220); }
div.DivClassName
{
background-color: #B06ADC;
}
.BgClassName
{
background-color: #B06ADC;
}
</style>
border-color css
<style>
span { border-color: #B06ADC; }
span { border-color: rgb(176,106,220); }
td.TdClassName
{
border-color: #B06ADC;
}
.TagClassName
{
border-color: #B06ADC;
}
</style>