Shades of Medium Orchid #B654DA
Tints of Medium Orchid #B654DA
RGB
CMYK
RGB Variations
Color information
#B654DA (or 0xB654DA) is known color: Medium Orchid. HEX triplet: B6, 54 and DA. RGB value is (182,84,218). Sum of RGB (Red+Green+Blue) = 182+84+218=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B654DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654DA is #49AB25. Grayscale: #808080. Windows color (decimal): -4827942 or 14308534. OLE color: 14308534.
HSL color Cylindrical-coordinate representation of color #B654DA: hue angle of 283.88º degrees, saturation: 0.64, 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 #B654DA is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 84 | 218 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.15 |
| HSL | 283.88º | 0.64% | 0.59% | - |
| HSV(B) | 283.88º | 0.61% | 0.85% | - |
| XYZ | 35.12 | 21.35 | 68.6 | - |
| YUV | 128.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 218 | 0.17 | 0.61 | 0 | 0.15 | 283.88 | 0.64 | 0.59 |
| Hex | B6 | 54 | DA | 11 | 3D | 0 | F | 11C | 40 | 3B |
| Octal | 266 | 124 | 332 | 21 | 75 | 0 | 17 | 434 | 100 | 73 |
| Binary | 10110110 | 1010100 | 11011010 | 10001 | 111101 | 0 | 1111 | 100011100 | 1000000 | 111011 |
Color Harmonies of #B654DA
Complementary color
Monochromatic Colors of #B654DA
Black with #B654DA
Text Example
Text Example
White with #B654DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654DA; }
p { color: rgb(182,84,218); }
H1.HeaderClassName
{
color: #B654DA;
}
.AnyTagClassName
{
color: #B654DA;
}
</style>
background-color css
<style>
a { background-color: #B654DA; }
a { background-color: rgb(182,84,218); }
div.DivClassName
{
background-color: #B654DA;
}
.BgClassName
{
background-color: #B654DA;
}
</style>
border-color css
<style>
span { border-color: #B654DA; }
span { border-color: rgb(182,84,218); }
td.TdClassName
{
border-color: #B654DA;
}
.TagClassName
{
border-color: #B654DA;
}
</style>