Shades of Medium Orchid #B955DB
Tints of Medium Orchid #B955DB
RGB
CMYK
RGB Variations
Color information
#B955DB (or 0xB955DB) is known color: Medium Orchid. HEX triplet: B9, 55 and DB. RGB value is (185,85,219). Sum of RGB (Red+Green+Blue) = 185+85+219=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #B955DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955DB is #46AA24. Grayscale: #818181. Windows color (decimal): -4631077 or 14374329. OLE color: 14374329.
HSL color Cylindrical-coordinate representation of color #B955DB: hue angle of 284.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B955DB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 85 | 219 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.14 |
| HSL | 284.78º | 0.65% | 0.6% | - |
| HSV(B) | 284.78º | 0.61% | 0.86% | - |
| XYZ | 36.04 | 21.93 | 69.35 | - |
| YUV | 130.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 219 | 0.16 | 0.61 | 0 | 0.14 | 284.78 | 0.65 | 0.6 |
| Hex | B9 | 55 | DB | 10 | 3D | 0 | E | 11D | 41 | 3C |
| Octal | 271 | 125 | 333 | 20 | 75 | 0 | 16 | 435 | 101 | 74 |
| Binary | 10111001 | 1010101 | 11011011 | 10000 | 111101 | 0 | 1110 | 100011101 | 1000001 | 111100 |
Color Harmonies of #B955DB
Complementary color
Monochromatic Colors of #B955DB
Black with #B955DB
Text Example
Text Example
White with #B955DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955DB; }
p { color: rgb(185,85,219); }
H1.HeaderClassName
{
color: #B955DB;
}
.AnyTagClassName
{
color: #B955DB;
}
</style>
background-color css
<style>
a { background-color: #B955DB; }
a { background-color: rgb(185,85,219); }
div.DivClassName
{
background-color: #B955DB;
}
.BgClassName
{
background-color: #B955DB;
}
</style>
border-color css
<style>
span { border-color: #B955DB; }
span { border-color: rgb(185,85,219); }
td.TdClassName
{
border-color: #B955DB;
}
.TagClassName
{
border-color: #B955DB;
}
</style>