Shades of Medium Orchid #B962F9
Tints of Medium Orchid #B962F9
RGB
CMYK
RGB Variations
Color information
#B962F9 (or 0xB962F9) is known color: Medium Orchid. HEX triplet: B9, 62 and F9. RGB value is (185,98,249). Sum of RGB (Red+Green+Blue) = 185+98+249=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #B962F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962F9 is #469D06. Grayscale: #8C8C8C. Windows color (decimal): -4627719 or 16343737. OLE color: 16343737.
HSL color Cylindrical-coordinate representation of color #B962F9: hue angle of 274.57º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B962F9 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 98 | 249 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.57º | 0.93% | 0.68% | - |
| HSV(B) | 274.57º | 0.61% | 0.98% | - |
| XYZ | 41.47 | 25.89 | 92.43 | - |
| YUV | 141.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 249 | 0.26 | 0.61 | 0 | 0.02 | 274.57 | 0.93 | 0.68 |
| Hex | B9 | 62 | F9 | 1A | 3D | 0 | 2 | 113 | 5D | 44 |
| Octal | 271 | 142 | 371 | 32 | 75 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111001 | 1100010 | 11111001 | 11010 | 111101 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #B962F9
Complementary color
Monochromatic Colors of #B962F9
Black with #B962F9
Text Example
Text Example
White with #B962F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962F9; }
p { color: rgb(185,98,249); }
H1.HeaderClassName
{
color: #B962F9;
}
.AnyTagClassName
{
color: #B962F9;
}
</style>
background-color css
<style>
a { background-color: #B962F9; }
a { background-color: rgb(185,98,249); }
div.DivClassName
{
background-color: #B962F9;
}
.BgClassName
{
background-color: #B962F9;
}
</style>
border-color css
<style>
span { border-color: #B962F9; }
span { border-color: rgb(185,98,249); }
td.TdClassName
{
border-color: #B962F9;
}
.TagClassName
{
border-color: #B962F9;
}
</style>