Shades of Medium Orchid #B95BFB
Tints of Medium Orchid #B95BFB
RGB
CMYK
RGB Variations
Color information
#B95BFB (or 0xB95BFB) is known color: Medium Orchid. HEX triplet: B9, 5B and FB. RGB value is (185,91,251). Sum of RGB (Red+Green+Blue) = 185+91+251=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B95BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BFB is #46A404. Grayscale: #888888. Windows color (decimal): -4629509 or 16473017. OLE color: 16473017.
HSL color Cylindrical-coordinate representation of color #B95BFB: hue angle of 275.25º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B95BFB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 91 | 251 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.02 |
| HSL | 275.25º | 0.95% | 0.67% | - |
| HSV(B) | 275.25º | 0.64% | 0.98% | - |
| XYZ | 41.16 | 24.76 | 93.88 | - |
| YUV | 137.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 251 | 0.26 | 0.64 | 0 | 0.02 | 275.25 | 0.95 | 0.67 |
| Hex | B9 | 5B | FB | 1A | 40 | 0 | 2 | 113 | 5F | 43 |
| Octal | 271 | 133 | 373 | 32 | 100 | 0 | 2 | 423 | 137 | 103 |
| Binary | 10111001 | 1011011 | 11111011 | 11010 | 1000000 | 0 | 10 | 100010011 | 1011111 | 1000011 |
Color Harmonies of #B95BFB
Complementary color
Monochromatic Colors of #B95BFB
Black with #B95BFB
Text Example
Text Example
White with #B95BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BFB; }
p { color: rgb(185,91,251); }
H1.HeaderClassName
{
color: #B95BFB;
}
.AnyTagClassName
{
color: #B95BFB;
}
</style>
background-color css
<style>
a { background-color: #B95BFB; }
a { background-color: rgb(185,91,251); }
div.DivClassName
{
background-color: #B95BFB;
}
.BgClassName
{
background-color: #B95BFB;
}
</style>
border-color css
<style>
span { border-color: #B95BFB; }
span { border-color: rgb(185,91,251); }
td.TdClassName
{
border-color: #B95BFB;
}
.TagClassName
{
border-color: #B95BFB;
}
</style>