Shades of Medium Orchid #B958F3
Tints of Medium Orchid #B958F3
RGB
CMYK
RGB Variations
Color information
#B958F3 (or 0xB958F3) is known color: Medium Orchid. HEX triplet: B9, 58 and F3. RGB value is (185,88,243). Sum of RGB (Red+Green+Blue) = 185+88+243=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #B958F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958F3 is #46A70C. Grayscale: #868686. Windows color (decimal): -4630285 or 15947961. OLE color: 15947961.
HSL color Cylindrical-coordinate representation of color #B958F3: hue angle of 277.55º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B958F3 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 88 | 243 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.05 |
| HSL | 277.55º | 0.87% | 0.65% | - |
| HSV(B) | 277.55º | 0.64% | 0.95% | - |
| XYZ | 39.67 | 23.76 | 87.29 | - |
| YUV | 134.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 243 | 0.24 | 0.64 | 0 | 0.05 | 277.55 | 0.87 | 0.65 |
| Hex | B9 | 58 | F3 | 18 | 40 | 0 | 5 | 116 | 57 | 41 |
| Octal | 271 | 130 | 363 | 30 | 100 | 0 | 5 | 426 | 127 | 101 |
| Binary | 10111001 | 1011000 | 11110011 | 11000 | 1000000 | 0 | 101 | 100010110 | 1010111 | 1000001 |
Color Harmonies of #B958F3
Complementary color
Monochromatic Colors of #B958F3
Black with #B958F3
Text Example
Text Example
White with #B958F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958F3; }
p { color: rgb(185,88,243); }
H1.HeaderClassName
{
color: #B958F3;
}
.AnyTagClassName
{
color: #B958F3;
}
</style>
background-color css
<style>
a { background-color: #B958F3; }
a { background-color: rgb(185,88,243); }
div.DivClassName
{
background-color: #B958F3;
}
.BgClassName
{
background-color: #B958F3;
}
</style>
border-color css
<style>
span { border-color: #B958F3; }
span { border-color: rgb(185,88,243); }
td.TdClassName
{
border-color: #B958F3;
}
.TagClassName
{
border-color: #B958F3;
}
</style>