Shades of Medium Orchid #B955DA
Tints of Medium Orchid #B955DA
RGB
CMYK
RGB Variations
Color information
#B955DA (or 0xB955DA) is known color: Medium Orchid. HEX triplet: B9, 55 and DA. RGB value is (185,85,218). Sum of RGB (Red+Green+Blue) = 185+85+218=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #B955DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955DA is #46AA25. Grayscale: #818181. Windows color (decimal): -4631078 or 14308793. OLE color: 14308793.
HSL color Cylindrical-coordinate representation of color #B955DA: hue angle of 285.11º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B955DA is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 85 | 218 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.15 |
| HSL | 285.11º | 0.64% | 0.59% | - |
| HSV(B) | 285.11º | 0.61% | 0.85% | - |
| XYZ | 35.91 | 21.87 | 68.66 | - |
| YUV | 130.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 218 | 0.15 | 0.61 | 0 | 0.15 | 285.11 | 0.64 | 0.59 |
| Hex | B9 | 55 | DA | F | 3D | 0 | F | 11D | 40 | 3B |
| Octal | 271 | 125 | 332 | 17 | 75 | 0 | 17 | 435 | 100 | 73 |
| Binary | 10111001 | 1010101 | 11011010 | 1111 | 111101 | 0 | 1111 | 100011101 | 1000000 | 111011 |
Color Harmonies of #B955DA
Complementary color
Monochromatic Colors of #B955DA
Black with #B955DA
Text Example
Text Example
White with #B955DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955DA; }
p { color: rgb(185,85,218); }
H1.HeaderClassName
{
color: #B955DA;
}
.AnyTagClassName
{
color: #B955DA;
}
</style>
background-color css
<style>
a { background-color: #B955DA; }
a { background-color: rgb(185,85,218); }
div.DivClassName
{
background-color: #B955DA;
}
.BgClassName
{
background-color: #B955DA;
}
</style>
border-color css
<style>
span { border-color: #B955DA; }
span { border-color: rgb(185,85,218); }
td.TdClassName
{
border-color: #B955DA;
}
.TagClassName
{
border-color: #B955DA;
}
</style>