Shades of Medium Orchid #B966F6
Tints of Medium Orchid #B966F6
RGB
CMYK
RGB Variations
Color information
#B966F6 (or 0xB966F6) is known color: Medium Orchid. HEX triplet: B9, 66 and F6. RGB value is (185,102,246). Sum of RGB (Red+Green+Blue) = 185+102+246=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #B966F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B966F6 is #469909. Grayscale: #8E8E8E. Windows color (decimal): -4626698 or 16148153. OLE color: 16148153.
HSL color Cylindrical-coordinate representation of color #B966F6: hue angle of 274.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B966F6 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 102 | 246 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.04 |
| HSL | 274.58º | 0.89% | 0.68% | - |
| HSV(B) | 274.58º | 0.59% | 0.96% | - |
| XYZ | 41.39 | 26.47 | 90.12 | - |
| YUV | 143.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 246 | 0.25 | 0.59 | 0 | 0.04 | 274.58 | 0.89 | 0.68 |
| Hex | B9 | 66 | F6 | 19 | 3B | 0 | 4 | 113 | 59 | 44 |
| Octal | 271 | 146 | 366 | 31 | 73 | 0 | 4 | 423 | 131 | 104 |
| Binary | 10111001 | 1100110 | 11110110 | 11001 | 111011 | 0 | 100 | 100010011 | 1011001 | 1000100 |
Color Harmonies of #B966F6
Complementary color
Monochromatic Colors of #B966F6
Black with #B966F6
Text Example
Text Example
White with #B966F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966F6; }
p { color: rgb(185,102,246); }
H1.HeaderClassName
{
color: #B966F6;
}
.AnyTagClassName
{
color: #B966F6;
}
</style>
background-color css
<style>
a { background-color: #B966F6; }
a { background-color: rgb(185,102,246); }
div.DivClassName
{
background-color: #B966F6;
}
.BgClassName
{
background-color: #B966F6;
}
</style>
border-color css
<style>
span { border-color: #B966F6; }
span { border-color: rgb(185,102,246); }
td.TdClassName
{
border-color: #B966F6;
}
.TagClassName
{
border-color: #B966F6;
}
</style>