Shades of Medium Orchid #B659CB
Tints of Medium Orchid #B659CB
RGB
CMYK
RGB Variations
Color information
#B659CB (or 0xB659CB) is known color: Medium Orchid. HEX triplet: B6, 59 and CB. RGB value is (182,89,203). Sum of RGB (Red+Green+Blue) = 182+89+203=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #B659CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659CB is #49A634. Grayscale: #818181. Windows color (decimal): -4826677 or 13326774. OLE color: 13326774.
HSL color Cylindrical-coordinate representation of color #B659CB: hue angle of 288.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B659CB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 89 | 203 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.20 |
| HSL | 288.95º | 0.52% | 0.57% | - |
| HSV(B) | 288.95º | 0.56% | 0.8% | - |
| XYZ | 33.64 | 21.4 | 58.86 | - |
| YUV | 129.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 203 | 0.10 | 0.56 | 0 | 0.20 | 288.95 | 0.52 | 0.57 |
| Hex | B6 | 59 | CB | A | 38 | 0 | 14 | 121 | 34 | 39 |
| Octal | 266 | 131 | 313 | 12 | 70 | 0 | 24 | 441 | 64 | 71 |
| Binary | 10110110 | 1011001 | 11001011 | 1010 | 111000 | 0 | 10100 | 100100001 | 110100 | 111001 |
Color Harmonies of #B659CB
Complementary color
Monochromatic Colors of #B659CB
Black with #B659CB
Text Example
Text Example
White with #B659CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659CB; }
p { color: rgb(182,89,203); }
H1.HeaderClassName
{
color: #B659CB;
}
.AnyTagClassName
{
color: #B659CB;
}
</style>
background-color css
<style>
a { background-color: #B659CB; }
a { background-color: rgb(182,89,203); }
div.DivClassName
{
background-color: #B659CB;
}
.BgClassName
{
background-color: #B659CB;
}
</style>
border-color css
<style>
span { border-color: #B659CB; }
span { border-color: rgb(182,89,203); }
td.TdClassName
{
border-color: #B659CB;
}
.TagClassName
{
border-color: #B659CB;
}
</style>