Shades of Medium Orchid #B94BCA
Tints of Medium Orchid #B94BCA
RGB
CMYK
RGB Variations
Color information
#B94BCA (or 0xB94BCA) is known color: Medium Orchid. HEX triplet: B9, 4B and CA. RGB value is (185,75,202). Sum of RGB (Red+Green+Blue) = 185+75+202=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #B94BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94BCA is #46B435. Grayscale: #797979. Windows color (decimal): -4633654 or 13257657. OLE color: 13257657.
HSL color Cylindrical-coordinate representation of color #B94BCA: hue angle of 291.97º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94BCA is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 75 | 202 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.21 |
| HSL | 291.97º | 0.55% | 0.54% | - |
| HSV(B) | 291.97º | 0.63% | 0.79% | - |
| XYZ | 33.18 | 19.61 | 57.91 | - |
| YUV | 122.37 | 172.94 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 202 | 0.08 | 0.63 | 0 | 0.21 | 291.97 | 0.55 | 0.54 |
| Hex | B9 | 4B | CA | 8 | 3F | 0 | 15 | 124 | 37 | 36 |
| Octal | 271 | 113 | 312 | 10 | 77 | 0 | 25 | 444 | 67 | 66 |
| Binary | 10111001 | 1001011 | 11001010 | 1000 | 111111 | 0 | 10101 | 100100100 | 110111 | 110110 |
Color Harmonies of #B94BCA
Complementary color
Monochromatic Colors of #B94BCA
Black with #B94BCA
Text Example
Text Example
White with #B94BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BCA; }
p { color: rgb(185,75,202); }
H1.HeaderClassName
{
color: #B94BCA;
}
.AnyTagClassName
{
color: #B94BCA;
}
</style>
background-color css
<style>
a { background-color: #B94BCA; }
a { background-color: rgb(185,75,202); }
div.DivClassName
{
background-color: #B94BCA;
}
.BgClassName
{
background-color: #B94BCA;
}
</style>
border-color css
<style>
span { border-color: #B94BCA; }
span { border-color: rgb(185,75,202); }
td.TdClassName
{
border-color: #B94BCA;
}
.TagClassName
{
border-color: #B94BCA;
}
</style>