Shades of Medium Orchid #B95BFC
Tints of Medium Orchid #B95BFC
RGB
CMYK
RGB Variations
Color information
#B95BFC (or 0xB95BFC) is known color: Medium Orchid. HEX triplet: B9, 5B and FC. RGB value is (185,91,252). Sum of RGB (Red+Green+Blue) = 185+91+252=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B95BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95BFC is #46A403. Grayscale: #888888. Windows color (decimal): -4629508 or 16538553. OLE color: 16538553.
HSL color Cylindrical-coordinate representation of color #B95BFC: hue angle of 275.03º degrees, saturation: 0.96, 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 #B95BFC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 91 | 252 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.01 |
| HSL | 275.03º | 0.96% | 0.67% | - |
| HSV(B) | 275.03º | 0.64% | 0.99% | - |
| XYZ | 41.32 | 24.82 | 94.71 | - |
| YUV | 137.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 252 | 0.27 | 0.64 | 0 | 0.01 | 275.03 | 0.96 | 0.67 |
| Hex | B9 | 5B | FC | 1B | 40 | 0 | 1 | 113 | 60 | 43 |
| Octal | 271 | 133 | 374 | 33 | 100 | 0 | 1 | 423 | 140 | 103 |
| Binary | 10111001 | 1011011 | 11111100 | 11011 | 1000000 | 0 | 1 | 100010011 | 1100000 | 1000011 |
Color Harmonies of #B95BFC
Complementary color
Monochromatic Colors of #B95BFC
Black with #B95BFC
Text Example
Text Example
White with #B95BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BFC; }
p { color: rgb(185,91,252); }
H1.HeaderClassName
{
color: #B95BFC;
}
.AnyTagClassName
{
color: #B95BFC;
}
</style>
background-color css
<style>
a { background-color: #B95BFC; }
a { background-color: rgb(185,91,252); }
div.DivClassName
{
background-color: #B95BFC;
}
.BgClassName
{
background-color: #B95BFC;
}
</style>
border-color css
<style>
span { border-color: #B95BFC; }
span { border-color: rgb(185,91,252); }
td.TdClassName
{
border-color: #B95BFC;
}
.TagClassName
{
border-color: #B95BFC;
}
</style>