Shades of Medium Orchid #B94BCF
Tints of Medium Orchid #B94BCF
RGB
CMYK
RGB Variations
Color information
#B94BCF (or 0xB94BCF) is known color: Medium Orchid. HEX triplet: B9, 4B and CF. RGB value is (185,75,207). Sum of RGB (Red+Green+Blue) = 185+75+207=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B94BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCF is #46B430. Grayscale: #7A7A7A. Windows color (decimal): -4633649 or 13585337. OLE color: 13585337.
HSL color Cylindrical-coordinate representation of color #B94BCF: hue angle of 290º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94BCF is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 75 | 207 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.19 |
| HSL | 290º | 0.58% | 0.55% | - |
| HSV(B) | 290º | 0.64% | 0.81% | - |
| XYZ | 33.79 | 19.85 | 61.08 | - |
| YUV | 122.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 207 | 0.11 | 0.64 | 0 | 0.19 | 290 | 0.58 | 0.55 |
| Hex | B9 | 4B | CF | B | 40 | 0 | 13 | 122 | 3A | 37 |
| Octal | 271 | 113 | 317 | 13 | 100 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111001 | 1001011 | 11001111 | 1011 | 1000000 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #B94BCF
Complementary color
Monochromatic Colors of #B94BCF
Black with #B94BCF
Text Example
Text Example
White with #B94BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BCF; }
p { color: rgb(185,75,207); }
H1.HeaderClassName
{
color: #B94BCF;
}
.AnyTagClassName
{
color: #B94BCF;
}
</style>
background-color css
<style>
a { background-color: #B94BCF; }
a { background-color: rgb(185,75,207); }
div.DivClassName
{
background-color: #B94BCF;
}
.BgClassName
{
background-color: #B94BCF;
}
</style>
border-color css
<style>
span { border-color: #B94BCF; }
span { border-color: rgb(185,75,207); }
td.TdClassName
{
border-color: #B94BCF;
}
.TagClassName
{
border-color: #B94BCF;
}
</style>