Shades of Medium Orchid #B94BFE
Tints of Medium Orchid #B94BFE
RGB
CMYK
RGB Variations
Color information
#B94BFE (or 0xB94BFE) is known color: Medium Orchid. HEX triplet: B9, 4B and FE. RGB value is (185,75,254). Sum of RGB (Red+Green+Blue) = 185+75+254=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #B94BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BFE is #46B401. Grayscale: #7F7F7F. Windows color (decimal): -4633602 or 16665529. OLE color: 16665529.
HSL color Cylindrical-coordinate representation of color #B94BFE: hue angle of 276.87º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94BFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 75 | 254 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.00 |
| HSL | 276.87º | 0.99% | 0.65% | - |
| HSV(B) | 276.87º | 0.7% | 1% | - |
| XYZ | 40.41 | 22.5 | 95.98 | - |
| YUV | 128.3 | 198.94 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 254 | 0.27 | 0.70 | 0 | 0.00 | 276.87 | 0.99 | 0.65 |
| Hex | B9 | 4B | FE | 1B | 46 | 0 | 0 | 115 | 63 | 41 |
| Octal | 271 | 113 | 376 | 33 | 106 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111001 | 1001011 | 11111110 | 11011 | 1000110 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #B94BFE
Complementary color
Monochromatic Colors of #B94BFE
Black with #B94BFE
Text Example
Text Example
White with #B94BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BFE; }
p { color: rgb(185,75,254); }
H1.HeaderClassName
{
color: #B94BFE;
}
.AnyTagClassName
{
color: #B94BFE;
}
</style>
background-color css
<style>
a { background-color: #B94BFE; }
a { background-color: rgb(185,75,254); }
div.DivClassName
{
background-color: #B94BFE;
}
.BgClassName
{
background-color: #B94BFE;
}
</style>
border-color css
<style>
span { border-color: #B94BFE; }
span { border-color: rgb(185,75,254); }
td.TdClassName
{
border-color: #B94BFE;
}
.TagClassName
{
border-color: #B94BFE;
}
</style>