Shades of Medium Orchid #B657DB
Tints of Medium Orchid #B657DB
RGB
CMYK
RGB Variations
Color information
#B657DB (or 0xB657DB) is known color: Medium Orchid. HEX triplet: B6, 57 and DB. RGB value is (182,87,219). Sum of RGB (Red+Green+Blue) = 182+87+219=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B657DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657DB is #49A824. Grayscale: #828282. Windows color (decimal): -4827173 or 14374838. OLE color: 14374838.
HSL color Cylindrical-coordinate representation of color #B657DB: hue angle of 283.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B657DB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 87 | 219 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.14 |
| HSL | 283.18º | 0.65% | 0.6% | - |
| HSV(B) | 283.18º | 0.6% | 0.86% | - |
| XYZ | 35.49 | 21.88 | 69.37 | - |
| YUV | 130.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 219 | 0.17 | 0.60 | 0 | 0.14 | 283.18 | 0.65 | 0.6 |
| Hex | B6 | 57 | DB | 11 | 3C | 0 | E | 11B | 41 | 3C |
| Octal | 266 | 127 | 333 | 21 | 74 | 0 | 16 | 433 | 101 | 74 |
| Binary | 10110110 | 1010111 | 11011011 | 10001 | 111100 | 0 | 1110 | 100011011 | 1000001 | 111100 |
Color Harmonies of #B657DB
Complementary color
Monochromatic Colors of #B657DB
Black with #B657DB
Text Example
Text Example
White with #B657DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657DB; }
p { color: rgb(182,87,219); }
H1.HeaderClassName
{
color: #B657DB;
}
.AnyTagClassName
{
color: #B657DB;
}
</style>
background-color css
<style>
a { background-color: #B657DB; }
a { background-color: rgb(182,87,219); }
div.DivClassName
{
background-color: #B657DB;
}
.BgClassName
{
background-color: #B657DB;
}
</style>
border-color css
<style>
span { border-color: #B657DB; }
span { border-color: rgb(182,87,219); }
td.TdClassName
{
border-color: #B657DB;
}
.TagClassName
{
border-color: #B657DB;
}
</style>