Shades of Medium Orchid #B955CC
Tints of Medium Orchid #B955CC
RGB
CMYK
RGB Variations
Color information
#B955CC (or 0xB955CC) is known color: Medium Orchid. HEX triplet: B9, 55 and CC. RGB value is (185,85,204). Sum of RGB (Red+Green+Blue) = 185+85+204=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #B955CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955CC is #46AA33. Grayscale: #808080. Windows color (decimal): -4631092 or 13391289. OLE color: 13391289.
HSL color Cylindrical-coordinate representation of color #B955CC: hue angle of 290.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B955CC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 85 | 204 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.2 |
| HSL | 290.42º | 0.54% | 0.57% | - |
| HSV(B) | 290.42º | 0.58% | 0.8% | - |
| XYZ | 34.16 | 21.17 | 59.41 | - |
| YUV | 128.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 204 | 0.09 | 0.58 | 0 | 0.2 | 290.42 | 0.54 | 0.57 |
| Hex | B9 | 55 | CC | 9 | 3A | 0 | 14 | 122 | 36 | 39 |
| Octal | 271 | 125 | 314 | 11 | 72 | 0 | 24 | 442 | 66 | 71 |
| Binary | 10111001 | 1010101 | 11001100 | 1001 | 111010 | 0 | 10100 | 100100010 | 110110 | 111001 |
Color Harmonies of #B955CC
Complementary color
Monochromatic Colors of #B955CC
Black with #B955CC
Text Example
Text Example
White with #B955CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955CC; }
p { color: rgb(185,85,204); }
H1.HeaderClassName
{
color: #B955CC;
}
.AnyTagClassName
{
color: #B955CC;
}
</style>
background-color css
<style>
a { background-color: #B955CC; }
a { background-color: rgb(185,85,204); }
div.DivClassName
{
background-color: #B955CC;
}
.BgClassName
{
background-color: #B955CC;
}
</style>
border-color css
<style>
span { border-color: #B955CC; }
span { border-color: rgb(185,85,204); }
td.TdClassName
{
border-color: #B955CC;
}
.TagClassName
{
border-color: #B955CC;
}
</style>