Shades of Medium Orchid #B94BFC
Tints of Medium Orchid #B94BFC
RGB
CMYK
RGB Variations
Color information
#B94BFC (or 0xB94BFC) is known color: Medium Orchid. HEX triplet: B9, 4B and FC. RGB value is (185,75,252). Sum of RGB (Red+Green+Blue) = 185+75+252=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #B94BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BFC is #46B403. Grayscale: #7F7F7F. Windows color (decimal): -4633604 or 16534457. OLE color: 16534457.
HSL color Cylindrical-coordinate representation of color #B94BFC: hue angle of 277.29º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94BFC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 75 | 252 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.01 |
| HSL | 277.29º | 0.97% | 0.64% | - |
| HSV(B) | 277.29º | 0.7% | 0.99% | - |
| XYZ | 40.09 | 22.37 | 94.3 | - |
| YUV | 128.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 252 | 0.27 | 0.70 | 0 | 0.01 | 277.29 | 0.97 | 0.64 |
| Hex | B9 | 4B | FC | 1B | 46 | 0 | 1 | 115 | 61 | 40 |
| Octal | 271 | 113 | 374 | 33 | 106 | 0 | 1 | 425 | 141 | 100 |
| Binary | 10111001 | 1001011 | 11111100 | 11011 | 1000110 | 0 | 1 | 100010101 | 1100001 | 1000000 |
Color Harmonies of #B94BFC
Complementary color
Monochromatic Colors of #B94BFC
Black with #B94BFC
Text Example
Text Example
White with #B94BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BFC; }
p { color: rgb(185,75,252); }
H1.HeaderClassName
{
color: #B94BFC;
}
.AnyTagClassName
{
color: #B94BFC;
}
</style>
background-color css
<style>
a { background-color: #B94BFC; }
a { background-color: rgb(185,75,252); }
div.DivClassName
{
background-color: #B94BFC;
}
.BgClassName
{
background-color: #B94BFC;
}
</style>
border-color css
<style>
span { border-color: #B94BFC; }
span { border-color: rgb(185,75,252); }
td.TdClassName
{
border-color: #B94BFC;
}
.TagClassName
{
border-color: #B94BFC;
}
</style>