Shades of Medium Orchid #B066DE
Tints of Medium Orchid #B066DE
RGB
CMYK
RGB Variations
Color information
#B066DE (or 0xB066DE) is known color: Medium Orchid. HEX triplet: B0, 66 and DE. RGB value is (176,102,222). Sum of RGB (Red+Green+Blue) = 176+102+222=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #B066DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066DE is #4F9921. Grayscale: #898989. Windows color (decimal): -5216546 or 14575280. OLE color: 14575280.
HSL color Cylindrical-coordinate representation of color #B066DE: hue angle of 277º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B066DE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 102 | 222 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.13 |
| HSL | 277º | 0.65% | 0.64% | - |
| HSV(B) | 277º | 0.54% | 0.87% | - |
| XYZ | 35.84 | 24.01 | 71.85 | - |
| YUV | 137.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 222 | 0.21 | 0.54 | 0 | 0.13 | 277 | 0.65 | 0.64 |
| Hex | B0 | 66 | DE | 15 | 36 | 0 | D | 115 | 41 | 40 |
| Octal | 260 | 146 | 336 | 25 | 66 | 0 | 15 | 425 | 101 | 100 |
| Binary | 10110000 | 1100110 | 11011110 | 10101 | 110110 | 0 | 1101 | 100010101 | 1000001 | 1000000 |
Color Harmonies of #B066DE
Complementary color
Monochromatic Colors of #B066DE
Black with #B066DE
Text Example
Text Example
White with #B066DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066DE; }
p { color: rgb(176,102,222); }
H1.HeaderClassName
{
color: #B066DE;
}
.AnyTagClassName
{
color: #B066DE;
}
</style>
background-color css
<style>
a { background-color: #B066DE; }
a { background-color: rgb(176,102,222); }
div.DivClassName
{
background-color: #B066DE;
}
.BgClassName
{
background-color: #B066DE;
}
</style>
border-color css
<style>
span { border-color: #B066DE; }
span { border-color: rgb(176,102,222); }
td.TdClassName
{
border-color: #B066DE;
}
.TagClassName
{
border-color: #B066DE;
}
</style>