Shades of Medium Orchid #B066C2
Tints of Medium Orchid #B066C2
RGB
CMYK
RGB Variations
Color information
#B066C2 (or 0xB066C2) is known color: Medium Orchid. HEX triplet: B0, 66 and C2. RGB value is (176,102,194). Sum of RGB (Red+Green+Blue) = 176+102+194=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #B066C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066C2 is #4F993D. Grayscale: #868686. Windows color (decimal): -5216574 or 12740272. OLE color: 12740272.
HSL color Cylindrical-coordinate representation of color #B066C2: hue angle of 288.26º degrees, saturation: 0.43, 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 #B066C2 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 102 | 194 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.24 |
| HSL | 288.26º | 0.43% | 0.58% | - |
| HSV(B) | 288.26º | 0.47% | 0.76% | - |
| XYZ | 32.39 | 22.63 | 53.7 | - |
| YUV | 134.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 194 | 0.09 | 0.47 | 0 | 0.24 | 288.26 | 0.43 | 0.58 |
| Hex | B0 | 66 | C2 | 9 | 2F | 0 | 18 | 120 | 2B | 3A |
| Octal | 260 | 146 | 302 | 11 | 57 | 0 | 30 | 440 | 53 | 72 |
| Binary | 10110000 | 1100110 | 11000010 | 1001 | 101111 | 0 | 11000 | 100100000 | 101011 | 111010 |
Color Harmonies of #B066C2
Complementary color
Monochromatic Colors of #B066C2
Black with #B066C2
Text Example
Text Example
White with #B066C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B066C2; }
p { color: rgb(176,102,194); }
H1.HeaderClassName
{
color: #B066C2;
}
.AnyTagClassName
{
color: #B066C2;
}
</style>
background-color css
<style>
a { background-color: #B066C2; }
a { background-color: rgb(176,102,194); }
div.DivClassName
{
background-color: #B066C2;
}
.BgClassName
{
background-color: #B066C2;
}
</style>
border-color css
<style>
span { border-color: #B066C2; }
span { border-color: rgb(176,102,194); }
td.TdClassName
{
border-color: #B066C2;
}
.TagClassName
{
border-color: #B066C2;
}
</style>