Shades of Medium Orchid #B95CFA
Tints of Medium Orchid #B95CFA
RGB
CMYK
RGB Variations
Color information
#B95CFA (or 0xB95CFA) is known color: Medium Orchid. HEX triplet: B9, 5C and FA. RGB value is (185,92,250). Sum of RGB (Red+Green+Blue) = 185+92+250=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #B95CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CFA is #46A305. Grayscale: #898989. Windows color (decimal): -4629254 or 16407737. OLE color: 16407737.
HSL color Cylindrical-coordinate representation of color #B95CFA: hue angle of 275.32º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95CFA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 92 | 250 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.02 |
| HSL | 275.32º | 0.94% | 0.67% | - |
| HSV(B) | 275.32º | 0.63% | 0.98% | - |
| XYZ | 41.09 | 24.87 | 93.08 | - |
| YUV | 137.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 250 | 0.26 | 0.63 | 0 | 0.02 | 275.32 | 0.94 | 0.67 |
| Hex | B9 | 5C | FA | 1A | 3F | 0 | 2 | 113 | 5E | 43 |
| Octal | 271 | 134 | 372 | 32 | 77 | 0 | 2 | 423 | 136 | 103 |
| Binary | 10111001 | 1011100 | 11111010 | 11010 | 111111 | 0 | 10 | 100010011 | 1011110 | 1000011 |
Color Harmonies of #B95CFA
Complementary color
Monochromatic Colors of #B95CFA
Black with #B95CFA
Text Example
Text Example
White with #B95CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CFA; }
p { color: rgb(185,92,250); }
H1.HeaderClassName
{
color: #B95CFA;
}
.AnyTagClassName
{
color: #B95CFA;
}
</style>
background-color css
<style>
a { background-color: #B95CFA; }
a { background-color: rgb(185,92,250); }
div.DivClassName
{
background-color: #B95CFA;
}
.BgClassName
{
background-color: #B95CFA;
}
</style>
border-color css
<style>
span { border-color: #B95CFA; }
span { border-color: rgb(185,92,250); }
td.TdClassName
{
border-color: #B95CFA;
}
.TagClassName
{
border-color: #B95CFA;
}
</style>