Shades of Medium Orchid #B066C1
Tints of Medium Orchid #B066C1
RGB
CMYK
RGB Variations
Color information
#B066C1 (or 0xB066C1) is known color: Medium Orchid. HEX triplet: B0, 66 and C1. RGB value is (176,102,193). Sum of RGB (Red+Green+Blue) = 176+102+193=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #B066C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066C1 is #4F993E. Grayscale: #868686. Windows color (decimal): -5216575 or 12674736. OLE color: 12674736.
HSL color Cylindrical-coordinate representation of color #B066C1: hue angle of 288.79º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B066C1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 102 | 193 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288.79º | 0.42% | 0.58% | - |
| HSV(B) | 288.79º | 0.47% | 0.76% | - |
| XYZ | 32.28 | 22.58 | 53.11 | - |
| YUV | 134.5 | 161.02 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 193 | 0.09 | 0.47 | 0 | 0.24 | 288.79 | 0.42 | 0.58 |
| Hex | B0 | 66 | C1 | 9 | 2F | 0 | 18 | 121 | 2A | 3A |
| Octal | 260 | 146 | 301 | 11 | 57 | 0 | 30 | 441 | 52 | 72 |
| Binary | 10110000 | 1100110 | 11000001 | 1001 | 101111 | 0 | 11000 | 100100001 | 101010 | 111010 |
Color Harmonies of #B066C1
Complementary color
Monochromatic Colors of #B066C1
Black with #B066C1
Text Example
Text Example
White with #B066C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066C1; }
p { color: rgb(176,102,193); }
H1.HeaderClassName
{
color: #B066C1;
}
.AnyTagClassName
{
color: #B066C1;
}
</style>
background-color css
<style>
a { background-color: #B066C1; }
a { background-color: rgb(176,102,193); }
div.DivClassName
{
background-color: #B066C1;
}
.BgClassName
{
background-color: #B066C1;
}
</style>
border-color css
<style>
span { border-color: #B066C1; }
span { border-color: rgb(176,102,193); }
td.TdClassName
{
border-color: #B066C1;
}
.TagClassName
{
border-color: #B066C1;
}
</style>