Shades of Medium Orchid #B967F2
Tints of Medium Orchid #B967F2
RGB
CMYK
RGB Variations
Color information
#B967F2 (or 0xB967F2) is known color: Medium Orchid. HEX triplet: B9, 67 and F2. RGB value is (185,103,242). Sum of RGB (Red+Green+Blue) = 185+103+242=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #B967F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967F2 is #46980D. Grayscale: #8E8E8E. Windows color (decimal): -4626446 or 15886265. OLE color: 15886265.
HSL color Cylindrical-coordinate representation of color #B967F2: hue angle of 275.4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B967F2 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 103 | 242 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.05 |
| HSL | 275.4º | 0.84% | 0.68% | - |
| HSV(B) | 275.4º | 0.57% | 0.95% | - |
| XYZ | 40.88 | 26.43 | 86.95 | - |
| YUV | 143.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 242 | 0.24 | 0.57 | 0 | 0.05 | 275.4 | 0.84 | 0.68 |
| Hex | B9 | 67 | F2 | 18 | 39 | 0 | 5 | 113 | 54 | 44 |
| Octal | 271 | 147 | 362 | 30 | 71 | 0 | 5 | 423 | 124 | 104 |
| Binary | 10111001 | 1100111 | 11110010 | 11000 | 111001 | 0 | 101 | 100010011 | 1010100 | 1000100 |
Color Harmonies of #B967F2
Complementary color
Monochromatic Colors of #B967F2
Black with #B967F2
Text Example
Text Example
White with #B967F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967F2; }
p { color: rgb(185,103,242); }
H1.HeaderClassName
{
color: #B967F2;
}
.AnyTagClassName
{
color: #B967F2;
}
</style>
background-color css
<style>
a { background-color: #B967F2; }
a { background-color: rgb(185,103,242); }
div.DivClassName
{
background-color: #B967F2;
}
.BgClassName
{
background-color: #B967F2;
}
</style>
border-color css
<style>
span { border-color: #B967F2; }
span { border-color: rgb(185,103,242); }
td.TdClassName
{
border-color: #B967F2;
}
.TagClassName
{
border-color: #B967F2;
}
</style>