Shades of Medium Orchid #B94BCB
Tints of Medium Orchid #B94BCB
RGB
CMYK
RGB Variations
Color information
#B94BCB (or 0xB94BCB) is known color: Medium Orchid. HEX triplet: B9, 4B and CB. RGB value is (185,75,203). Sum of RGB (Red+Green+Blue) = 185+75+203=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B94BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCB is #46B434. Grayscale: #7A7A7A. Windows color (decimal): -4633653 or 13323193. OLE color: 13323193.
HSL color Cylindrical-coordinate representation of color #B94BCB: hue angle of 291.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94BCB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 75 | 203 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.20 |
| HSL | 291.56º | 0.55% | 0.55% | - |
| HSV(B) | 291.56º | 0.63% | 0.8% | - |
| XYZ | 33.3 | 19.66 | 58.54 | - |
| YUV | 122.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 203 | 0.09 | 0.63 | 0 | 0.20 | 291.56 | 0.55 | 0.55 |
| Hex | B9 | 4B | CB | 9 | 3F | 0 | 14 | 124 | 37 | 37 |
| Octal | 271 | 113 | 313 | 11 | 77 | 0 | 24 | 444 | 67 | 67 |
| Binary | 10111001 | 1001011 | 11001011 | 1001 | 111111 | 0 | 10100 | 100100100 | 110111 | 110111 |
Color Harmonies of #B94BCB
Complementary color
Monochromatic Colors of #B94BCB
Black with #B94BCB
Text Example
Text Example
White with #B94BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BCB; }
p { color: rgb(185,75,203); }
H1.HeaderClassName
{
color: #B94BCB;
}
.AnyTagClassName
{
color: #B94BCB;
}
</style>
background-color css
<style>
a { background-color: #B94BCB; }
a { background-color: rgb(185,75,203); }
div.DivClassName
{
background-color: #B94BCB;
}
.BgClassName
{
background-color: #B94BCB;
}
</style>
border-color css
<style>
span { border-color: #B94BCB; }
span { border-color: rgb(185,75,203); }
td.TdClassName
{
border-color: #B94BCB;
}
.TagClassName
{
border-color: #B94BCB;
}
</style>