Shades of Medium Orchid #B955CF
Tints of Medium Orchid #B955CF
RGB
CMYK
RGB Variations
Color information
#B955CF (or 0xB955CF) is known color: Medium Orchid. HEX triplet: B9, 55 and CF. RGB value is (185,85,207). Sum of RGB (Red+Green+Blue) = 185+85+207=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #B955CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CF is #46AA30. Grayscale: #808080. Windows color (decimal): -4631089 or 13587897. OLE color: 13587897.
HSL color Cylindrical-coordinate representation of color #B955CF: hue angle of 289.18º 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 #B955CF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 85 | 207 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.19 |
| HSL | 289.18º | 0.56% | 0.57% | - |
| HSV(B) | 289.18º | 0.59% | 0.81% | - |
| XYZ | 34.52 | 21.32 | 61.33 | - |
| YUV | 128.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 207 | 0.11 | 0.59 | 0 | 0.19 | 289.18 | 0.56 | 0.57 |
| Hex | B9 | 55 | CF | B | 3B | 0 | 13 | 121 | 38 | 39 |
| Octal | 271 | 125 | 317 | 13 | 73 | 0 | 23 | 441 | 70 | 71 |
| Binary | 10111001 | 1010101 | 11001111 | 1011 | 111011 | 0 | 10011 | 100100001 | 111000 | 111001 |
Color Harmonies of #B955CF
Complementary color
Monochromatic Colors of #B955CF
Black with #B955CF
Text Example
Text Example
White with #B955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955CF; }
p { color: rgb(185,85,207); }
H1.HeaderClassName
{
color: #B955CF;
}
.AnyTagClassName
{
color: #B955CF;
}
</style>
background-color css
<style>
a { background-color: #B955CF; }
a { background-color: rgb(185,85,207); }
div.DivClassName
{
background-color: #B955CF;
}
.BgClassName
{
background-color: #B955CF;
}
</style>
border-color css
<style>
span { border-color: #B955CF; }
span { border-color: rgb(185,85,207); }
td.TdClassName
{
border-color: #B955CF;
}
.TagClassName
{
border-color: #B955CF;
}
</style>