Shades of Medium Orchid #B066D0
Tints of Medium Orchid #B066D0
RGB
CMYK
RGB Variations
Color information
#B066D0 (or 0xB066D0) is known color: Medium Orchid. HEX triplet: B0, 66 and D0. RGB value is (176,102,208). Sum of RGB (Red+Green+Blue) = 176+102+208=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #B066D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066D0 is #4F992F. Grayscale: #878787. Windows color (decimal): -5216560 or 13657776. OLE color: 13657776.
HSL color Cylindrical-coordinate representation of color #B066D0: hue angle of 281.89º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B066D0 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 102 | 208 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.18 |
| HSL | 281.89º | 0.53% | 0.61% | - |
| HSV(B) | 281.89º | 0.51% | 0.82% | - |
| XYZ | 34.04 | 23.29 | 62.38 | - |
| YUV | 136.21 | 168.52 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 208 | 0.15 | 0.51 | 0 | 0.18 | 281.89 | 0.53 | 0.61 |
| Hex | B0 | 66 | D0 | F | 33 | 0 | 12 | 11A | 35 | 3D |
| Octal | 260 | 146 | 320 | 17 | 63 | 0 | 22 | 432 | 65 | 75 |
| Binary | 10110000 | 1100110 | 11010000 | 1111 | 110011 | 0 | 10010 | 100011010 | 110101 | 111101 |
Color Harmonies of #B066D0
Complementary color
Monochromatic Colors of #B066D0
Black with #B066D0
Text Example
Text Example
White with #B066D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066D0; }
p { color: rgb(176,102,208); }
H1.HeaderClassName
{
color: #B066D0;
}
.AnyTagClassName
{
color: #B066D0;
}
</style>
background-color css
<style>
a { background-color: #B066D0; }
a { background-color: rgb(176,102,208); }
div.DivClassName
{
background-color: #B066D0;
}
.BgClassName
{
background-color: #B066D0;
}
</style>
border-color css
<style>
span { border-color: #B066D0; }
span { border-color: rgb(176,102,208); }
td.TdClassName
{
border-color: #B066D0;
}
.TagClassName
{
border-color: #B066D0;
}
</style>