Shades of Medium Orchid #B967F3
Tints of Medium Orchid #B967F3
RGB
CMYK
RGB Variations
Color information
#B967F3 (or 0xB967F3) is known color: Medium Orchid. HEX triplet: B9, 67 and F3. RGB value is (185,103,243). Sum of RGB (Red+Green+Blue) = 185+103+243=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #B967F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967F3 is #46980C. Grayscale: #8F8F8F. Windows color (decimal): -4626445 or 15951801. OLE color: 15951801.
HSL color Cylindrical-coordinate representation of color #B967F3: hue angle of 275.14º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B967F3 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 103 | 243 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.05 |
| HSL | 275.14º | 0.85% | 0.68% | - |
| HSV(B) | 275.14º | 0.58% | 0.95% | - |
| XYZ | 41.04 | 26.49 | 87.74 | - |
| YUV | 143.48 | 184.17 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 243 | 0.24 | 0.58 | 0 | 0.05 | 275.14 | 0.85 | 0.68 |
| Hex | B9 | 67 | F3 | 18 | 3A | 0 | 5 | 113 | 55 | 44 |
| Octal | 271 | 147 | 363 | 30 | 72 | 0 | 5 | 423 | 125 | 104 |
| Binary | 10111001 | 1100111 | 11110011 | 11000 | 111010 | 0 | 101 | 100010011 | 1010101 | 1000100 |
Color Harmonies of #B967F3
Complementary color
Monochromatic Colors of #B967F3
Black with #B967F3
Text Example
Text Example
White with #B967F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967F3; }
p { color: rgb(185,103,243); }
H1.HeaderClassName
{
color: #B967F3;
}
.AnyTagClassName
{
color: #B967F3;
}
</style>
background-color css
<style>
a { background-color: #B967F3; }
a { background-color: rgb(185,103,243); }
div.DivClassName
{
background-color: #B967F3;
}
.BgClassName
{
background-color: #B967F3;
}
</style>
border-color css
<style>
span { border-color: #B967F3; }
span { border-color: rgb(185,103,243); }
td.TdClassName
{
border-color: #B967F3;
}
.TagClassName
{
border-color: #B967F3;
}
</style>