Shades of Medium Orchid #B958FD
Tints of Medium Orchid #B958FD
RGB
CMYK
RGB Variations
Color information
#B958FD (or 0xB958FD) is known color: Medium Orchid. HEX triplet: B9, 58 and FD. RGB value is (185,88,253). Sum of RGB (Red+Green+Blue) = 185+88+253=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #B958FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958FD is #46A702. Grayscale: #878787. Windows color (decimal): -4630275 or 16603321. OLE color: 16603321.
HSL color Cylindrical-coordinate representation of color #B958FD: hue angle of 275.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B958FD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 88 | 253 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.01 |
| HSL | 275.27º | 0.98% | 0.67% | - |
| HSV(B) | 275.27º | 0.65% | 0.99% | - |
| XYZ | 41.23 | 24.39 | 95.46 | - |
| YUV | 135.81 | 194.14 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 253 | 0.27 | 0.65 | 0 | 0.01 | 275.27 | 0.98 | 0.67 |
| Hex | B9 | 58 | FD | 1B | 41 | 0 | 1 | 113 | 62 | 43 |
| Octal | 271 | 130 | 375 | 33 | 101 | 0 | 1 | 423 | 142 | 103 |
| Binary | 10111001 | 1011000 | 11111101 | 11011 | 1000001 | 0 | 1 | 100010011 | 1100010 | 1000011 |
Color Harmonies of #B958FD
Complementary color
Monochromatic Colors of #B958FD
Black with #B958FD
Text Example
Text Example
White with #B958FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958FD; }
p { color: rgb(185,88,253); }
H1.HeaderClassName
{
color: #B958FD;
}
.AnyTagClassName
{
color: #B958FD;
}
</style>
background-color css
<style>
a { background-color: #B958FD; }
a { background-color: rgb(185,88,253); }
div.DivClassName
{
background-color: #B958FD;
}
.BgClassName
{
background-color: #B958FD;
}
</style>
border-color css
<style>
span { border-color: #B958FD; }
span { border-color: rgb(185,88,253); }
td.TdClassName
{
border-color: #B958FD;
}
.TagClassName
{
border-color: #B958FD;
}
</style>