Shades of Medium Orchid #B95CFC
Tints of Medium Orchid #B95CFC
RGB
CMYK
RGB Variations
Color information
#B95CFC (or 0xB95CFC) is known color: Medium Orchid. HEX triplet: B9, 5C and FC. RGB value is (185,92,252). Sum of RGB (Red+Green+Blue) = 185+92+252=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #B95CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CFC is #46A303. Grayscale: #898989. Windows color (decimal): -4629252 or 16538809. OLE color: 16538809.
HSL color Cylindrical-coordinate representation of color #B95CFC: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B95CFC is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 92 | 252 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.01 |
| HSL | 274.88º | 0.96% | 0.67% | - |
| HSV(B) | 274.88º | 0.63% | 0.99% | - |
| XYZ | 41.41 | 25 | 94.74 | - |
| YUV | 138.05 | 192.31 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 252 | 0.27 | 0.63 | 0 | 0.01 | 274.88 | 0.96 | 0.67 |
| Hex | B9 | 5C | FC | 1B | 3F | 0 | 1 | 113 | 60 | 43 |
| Octal | 271 | 134 | 374 | 33 | 77 | 0 | 1 | 423 | 140 | 103 |
| Binary | 10111001 | 1011100 | 11111100 | 11011 | 111111 | 0 | 1 | 100010011 | 1100000 | 1000011 |
Color Harmonies of #B95CFC
Complementary color
Monochromatic Colors of #B95CFC
Black with #B95CFC
Text Example
Text Example
White with #B95CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95CFC; }
p { color: rgb(185,92,252); }
H1.HeaderClassName
{
color: #B95CFC;
}
.AnyTagClassName
{
color: #B95CFC;
}
</style>
background-color css
<style>
a { background-color: #B95CFC; }
a { background-color: rgb(185,92,252); }
div.DivClassName
{
background-color: #B95CFC;
}
.BgClassName
{
background-color: #B95CFC;
}
</style>
border-color css
<style>
span { border-color: #B95CFC; }
span { border-color: rgb(185,92,252); }
td.TdClassName
{
border-color: #B95CFC;
}
.TagClassName
{
border-color: #B95CFC;
}
</style>