Shades of Medium Orchid #B967F6
Tints of Medium Orchid #B967F6
RGB
CMYK
RGB Variations
Color information
#B967F6 (or 0xB967F6) is known color: Medium Orchid. HEX triplet: B9, 67 and F6. RGB value is (185,103,246). Sum of RGB (Red+Green+Blue) = 185+103+246=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #B967F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967F6 is #469809. Grayscale: #8F8F8F. Windows color (decimal): -4626442 or 16148409. OLE color: 16148409.
HSL color Cylindrical-coordinate representation of color #B967F6: hue angle of 274.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B967F6 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 103 | 246 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.04 |
| HSL | 274.41º | 0.89% | 0.68% | - |
| HSV(B) | 274.41º | 0.58% | 0.96% | - |
| XYZ | 41.49 | 26.67 | 90.15 | - |
| YUV | 143.82 | 185.67 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 246 | 0.25 | 0.58 | 0 | 0.04 | 274.41 | 0.89 | 0.68 |
| Hex | B9 | 67 | F6 | 19 | 3A | 0 | 4 | 112 | 59 | 44 |
| Octal | 271 | 147 | 366 | 31 | 72 | 0 | 4 | 422 | 131 | 104 |
| Binary | 10111001 | 1100111 | 11110110 | 11001 | 111010 | 0 | 100 | 100010010 | 1011001 | 1000100 |
Color Harmonies of #B967F6
Complementary color
Monochromatic Colors of #B967F6
Black with #B967F6
Text Example
Text Example
White with #B967F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967F6; }
p { color: rgb(185,103,246); }
H1.HeaderClassName
{
color: #B967F6;
}
.AnyTagClassName
{
color: #B967F6;
}
</style>
background-color css
<style>
a { background-color: #B967F6; }
a { background-color: rgb(185,103,246); }
div.DivClassName
{
background-color: #B967F6;
}
.BgClassName
{
background-color: #B967F6;
}
</style>
border-color css
<style>
span { border-color: #B967F6; }
span { border-color: rgb(185,103,246); }
td.TdClassName
{
border-color: #B967F6;
}
.TagClassName
{
border-color: #B967F6;
}
</style>