Shades of Medium Orchid #B94CFB
Tints of Medium Orchid #B94CFB
RGB
CMYK
RGB Variations
Color information
#B94CFB (or 0xB94CFB) is known color: Medium Orchid. HEX triplet: B9, 4C and FB. RGB value is (185,76,251). Sum of RGB (Red+Green+Blue) = 185+76+251=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #B94CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94CFB is #46B304. Grayscale: #7F7F7F. Windows color (decimal): -4633349 or 16469177. OLE color: 16469177.
HSL color Cylindrical-coordinate representation of color #B94CFB: hue angle of 277.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94CFB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 76 | 251 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.02 |
| HSL | 277.37º | 0.96% | 0.64% | - |
| HSV(B) | 277.37º | 0.7% | 0.98% | - |
| XYZ | 40 | 22.45 | 93.49 | - |
| YUV | 128.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 251 | 0.26 | 0.70 | 0 | 0.02 | 277.37 | 0.96 | 0.64 |
| Hex | B9 | 4C | FB | 1A | 46 | 0 | 2 | 115 | 60 | 40 |
| Octal | 271 | 114 | 373 | 32 | 106 | 0 | 2 | 425 | 140 | 100 |
| Binary | 10111001 | 1001100 | 11111011 | 11010 | 1000110 | 0 | 10 | 100010101 | 1100000 | 1000000 |
Color Harmonies of #B94CFB
Complementary color
Monochromatic Colors of #B94CFB
Black with #B94CFB
Text Example
Text Example
White with #B94CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CFB; }
p { color: rgb(185,76,251); }
H1.HeaderClassName
{
color: #B94CFB;
}
.AnyTagClassName
{
color: #B94CFB;
}
</style>
background-color css
<style>
a { background-color: #B94CFB; }
a { background-color: rgb(185,76,251); }
div.DivClassName
{
background-color: #B94CFB;
}
.BgClassName
{
background-color: #B94CFB;
}
</style>
border-color css
<style>
span { border-color: #B94CFB; }
span { border-color: rgb(185,76,251); }
td.TdClassName
{
border-color: #B94CFB;
}
.TagClassName
{
border-color: #B94CFB;
}
</style>