Shades of Medium Orchid #B066D5
Tints of Medium Orchid #B066D5
RGB
CMYK
RGB Variations
Color information
#B066D5 (or 0xB066D5) is known color: Medium Orchid. HEX triplet: B0, 66 and D5. RGB value is (176,102,213). Sum of RGB (Red+Green+Blue) = 176+102+213=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #B066D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066D5 is #4F992A. Grayscale: #888888. Windows color (decimal): -5216555 or 13985456. OLE color: 13985456.
HSL color Cylindrical-coordinate representation of color #B066D5: hue angle of 280º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B066D5 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 102 | 213 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.16 |
| HSL | 280º | 0.57% | 0.62% | - |
| HSV(B) | 280º | 0.52% | 0.84% | - |
| XYZ | 34.67 | 23.54 | 65.67 | - |
| YUV | 136.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 213 | 0.17 | 0.52 | 0 | 0.16 | 280 | 0.57 | 0.62 |
| Hex | B0 | 66 | D5 | 11 | 34 | 0 | 10 | 118 | 39 | 3E |
| Octal | 260 | 146 | 325 | 21 | 64 | 0 | 20 | 430 | 71 | 76 |
| Binary | 10110000 | 1100110 | 11010101 | 10001 | 110100 | 0 | 10000 | 100011000 | 111001 | 111110 |
Color Harmonies of #B066D5
Complementary color
Monochromatic Colors of #B066D5
Black with #B066D5
Text Example
Text Example
White with #B066D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066D5; }
p { color: rgb(176,102,213); }
H1.HeaderClassName
{
color: #B066D5;
}
.AnyTagClassName
{
color: #B066D5;
}
</style>
background-color css
<style>
a { background-color: #B066D5; }
a { background-color: rgb(176,102,213); }
div.DivClassName
{
background-color: #B066D5;
}
.BgClassName
{
background-color: #B066D5;
}
</style>
border-color css
<style>
span { border-color: #B066D5; }
span { border-color: rgb(176,102,213); }
td.TdClassName
{
border-color: #B066D5;
}
.TagClassName
{
border-color: #B066D5;
}
</style>