Shades of Medium Orchid #B657DC
Tints of Medium Orchid #B657DC
RGB
CMYK
RGB Variations
Color information
#B657DC (or 0xB657DC) is known color: Medium Orchid. HEX triplet: B6, 57 and DC. RGB value is (182,87,220). Sum of RGB (Red+Green+Blue) = 182+87+220=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B657DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657DC is #49A823. Grayscale: #828282. Windows color (decimal): -4827172 or 14440374. OLE color: 14440374.
HSL color Cylindrical-coordinate representation of color #B657DC: hue angle of 282.86º degrees, saturation: 0.66, 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 #B657DC is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 87 | 220 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.14 |
| HSL | 282.86º | 0.66% | 0.6% | - |
| HSV(B) | 282.86º | 0.6% | 0.86% | - |
| XYZ | 35.62 | 21.93 | 70.07 | - |
| YUV | 130.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 87 | 220 | 0.17 | 0.60 | 0 | 0.14 | 282.86 | 0.66 | 0.6 |
| Hex | B6 | 57 | DC | 11 | 3C | 0 | E | 11B | 42 | 3C |
| Octal | 266 | 127 | 334 | 21 | 74 | 0 | 16 | 433 | 102 | 74 |
| Binary | 10110110 | 1010111 | 11011100 | 10001 | 111100 | 0 | 1110 | 100011011 | 1000010 | 111100 |
Color Harmonies of #B657DC
Complementary color
Monochromatic Colors of #B657DC
Black with #B657DC
Text Example
Text Example
White with #B657DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B657DC; }
p { color: rgb(182,87,220); }
H1.HeaderClassName
{
color: #B657DC;
}
.AnyTagClassName
{
color: #B657DC;
}
</style>
background-color css
<style>
a { background-color: #B657DC; }
a { background-color: rgb(182,87,220); }
div.DivClassName
{
background-color: #B657DC;
}
.BgClassName
{
background-color: #B657DC;
}
</style>
border-color css
<style>
span { border-color: #B657DC; }
span { border-color: rgb(182,87,220); }
td.TdClassName
{
border-color: #B657DC;
}
.TagClassName
{
border-color: #B657DC;
}
</style>