Shades of Medium Orchid #B654D8
Tints of Medium Orchid #B654D8
RGB
CMYK
RGB Variations
Color information
#B654D8 (or 0xB654D8) is known color: Medium Orchid. HEX triplet: B6, 54 and D8. RGB value is (182,84,216). Sum of RGB (Red+Green+Blue) = 182+84+216=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #B654D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654D8 is #49AB27. Grayscale: #7F7F7F. Windows color (decimal): -4827944 or 14177462. OLE color: 14177462.
HSL color Cylindrical-coordinate representation of color #B654D8: hue angle of 284.55º degrees, saturation: 0.63, 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 #B654D8 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 84 | 216 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.15 |
| HSL | 284.55º | 0.63% | 0.59% | - |
| HSV(B) | 284.55º | 0.61% | 0.85% | - |
| XYZ | 34.86 | 21.24 | 67.23 | - |
| YUV | 128.35 | 177.47 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 216 | 0.16 | 0.61 | 0 | 0.15 | 284.55 | 0.63 | 0.59 |
| Hex | B6 | 54 | D8 | 10 | 3D | 0 | F | 11D | 3F | 3B |
| Octal | 266 | 124 | 330 | 20 | 75 | 0 | 17 | 435 | 77 | 73 |
| Binary | 10110110 | 1010100 | 11011000 | 10000 | 111101 | 0 | 1111 | 100011101 | 111111 | 111011 |
Color Harmonies of #B654D8
Complementary color
Monochromatic Colors of #B654D8
Black with #B654D8
Text Example
Text Example
White with #B654D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654D8; }
p { color: rgb(182,84,216); }
H1.HeaderClassName
{
color: #B654D8;
}
.AnyTagClassName
{
color: #B654D8;
}
</style>
background-color css
<style>
a { background-color: #B654D8; }
a { background-color: rgb(182,84,216); }
div.DivClassName
{
background-color: #B654D8;
}
.BgClassName
{
background-color: #B654D8;
}
</style>
border-color css
<style>
span { border-color: #B654D8; }
span { border-color: rgb(182,84,216); }
td.TdClassName
{
border-color: #B654D8;
}
.TagClassName
{
border-color: #B654D8;
}
</style>