Shades of Medium Orchid #B15BFD
Tints of Medium Orchid #B15BFD
RGB
CMYK
RGB Variations
Color information
#B15BFD (or 0xB15BFD) is known color: Medium Orchid. HEX triplet: B1, 5B and FD. RGB value is (177,91,253). Sum of RGB (Red+Green+Blue) = 177+91+253=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #B15BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15BFD is #4EA402. Grayscale: #868686. Windows color (decimal): -5153795 or 16604081. OLE color: 16604081.
HSL color Cylindrical-coordinate representation of color #B15BFD: hue angle of 271.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15BFD is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 91 | 253 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.01 |
| HSL | 271.85º | 0.98% | 0.67% | - |
| HSV(B) | 271.85º | 0.64% | 0.99% | - |
| XYZ | 39.6 | 23.92 | 95.46 | - |
| YUV | 135.18 | 194.49 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 253 | 0.30 | 0.64 | 0 | 0.01 | 271.85 | 0.98 | 0.67 |
| Hex | B1 | 5B | FD | 1E | 40 | 0 | 1 | 110 | 62 | 43 |
| Octal | 261 | 133 | 375 | 36 | 100 | 0 | 1 | 420 | 142 | 103 |
| Binary | 10110001 | 1011011 | 11111101 | 11110 | 1000000 | 0 | 1 | 100010000 | 1100010 | 1000011 |
Color Harmonies of #B15BFD
Complementary color
Monochromatic Colors of #B15BFD
Black with #B15BFD
Text Example
Text Example
White with #B15BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BFD; }
p { color: rgb(177,91,253); }
H1.HeaderClassName
{
color: #B15BFD;
}
.AnyTagClassName
{
color: #B15BFD;
}
</style>
background-color css
<style>
a { background-color: #B15BFD; }
a { background-color: rgb(177,91,253); }
div.DivClassName
{
background-color: #B15BFD;
}
.BgClassName
{
background-color: #B15BFD;
}
</style>
border-color css
<style>
span { border-color: #B15BFD; }
span { border-color: rgb(177,91,253); }
td.TdClassName
{
border-color: #B15BFD;
}
.TagClassName
{
border-color: #B15BFD;
}
</style>