Shades of Medium Orchid #B961F2
Tints of Medium Orchid #B961F2
RGB
CMYK
RGB Variations
Color information
#B961F2 (or 0xB961F2) is known color: Medium Orchid. HEX triplet: B9, 61 and F2. RGB value is (185,97,242). Sum of RGB (Red+Green+Blue) = 185+97+242=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #B961F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961F2 is #469E0D. Grayscale: #8B8B8B. Windows color (decimal): -4627982 or 15884729. OLE color: 15884729.
HSL color Cylindrical-coordinate representation of color #B961F2: hue angle of 276.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B961F2 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 97 | 242 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.05 |
| HSL | 276.41º | 0.85% | 0.66% | - |
| HSV(B) | 276.41º | 0.6% | 0.95% | - |
| XYZ | 40.31 | 25.27 | 86.76 | - |
| YUV | 139.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 242 | 0.24 | 0.60 | 0 | 0.05 | 276.41 | 0.85 | 0.66 |
| Hex | B9 | 61 | F2 | 18 | 3C | 0 | 5 | 114 | 55 | 42 |
| Octal | 271 | 141 | 362 | 30 | 74 | 0 | 5 | 424 | 125 | 102 |
| Binary | 10111001 | 1100001 | 11110010 | 11000 | 111100 | 0 | 101 | 100010100 | 1010101 | 1000010 |
Color Harmonies of #B961F2
Complementary color
Monochromatic Colors of #B961F2
Black with #B961F2
Text Example
Text Example
White with #B961F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961F2; }
p { color: rgb(185,97,242); }
H1.HeaderClassName
{
color: #B961F2;
}
.AnyTagClassName
{
color: #B961F2;
}
</style>
background-color css
<style>
a { background-color: #B961F2; }
a { background-color: rgb(185,97,242); }
div.DivClassName
{
background-color: #B961F2;
}
.BgClassName
{
background-color: #B961F2;
}
</style>
border-color css
<style>
span { border-color: #B961F2; }
span { border-color: rgb(185,97,242); }
td.TdClassName
{
border-color: #B961F2;
}
.TagClassName
{
border-color: #B961F2;
}
</style>