Shades of Medium Orchid #B954CF
Tints of Medium Orchid #B954CF
RGB
CMYK
RGB Variations
Color information
#B954CF (or 0xB954CF) is known color: Medium Orchid. HEX triplet: B9, 54 and CF. RGB value is (185,84,207). Sum of RGB (Red+Green+Blue) = 185+84+207=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B954CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954CF is #46AB30. Grayscale: #7F7F7F. Windows color (decimal): -4631345 or 13587641. OLE color: 13587641.
HSL color Cylindrical-coordinate representation of color #B954CF: hue angle of 289.27º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B954CF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 84 | 207 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.19 |
| HSL | 289.27º | 0.56% | 0.57% | - |
| HSV(B) | 289.27º | 0.59% | 0.81% | - |
| XYZ | 34.44 | 21.16 | 61.3 | - |
| YUV | 128.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 207 | 0.11 | 0.59 | 0 | 0.19 | 289.27 | 0.56 | 0.57 |
| Hex | B9 | 54 | CF | B | 3B | 0 | 13 | 121 | 38 | 39 |
| Octal | 271 | 124 | 317 | 13 | 73 | 0 | 23 | 441 | 70 | 71 |
| Binary | 10111001 | 1010100 | 11001111 | 1011 | 111011 | 0 | 10011 | 100100001 | 111000 | 111001 |
Color Harmonies of #B954CF
Complementary color
Monochromatic Colors of #B954CF
Black with #B954CF
Text Example
Text Example
White with #B954CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B954CF; }
p { color: rgb(185,84,207); }
H1.HeaderClassName
{
color: #B954CF;
}
.AnyTagClassName
{
color: #B954CF;
}
</style>
background-color css
<style>
a { background-color: #B954CF; }
a { background-color: rgb(185,84,207); }
div.DivClassName
{
background-color: #B954CF;
}
.BgClassName
{
background-color: #B954CF;
}
</style>
border-color css
<style>
span { border-color: #B954CF; }
span { border-color: rgb(185,84,207); }
td.TdClassName
{
border-color: #B954CF;
}
.TagClassName
{
border-color: #B954CF;
}
</style>