Shades of Medium Orchid #B654DE
Tints of Medium Orchid #B654DE
RGB
CMYK
RGB Variations
Color information
#B654DE (or 0xB654DE) is known color: Medium Orchid. HEX triplet: B6, 54 and DE. RGB value is (182,84,222). Sum of RGB (Red+Green+Blue) = 182+84+222=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #B654DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654DE is #49AB21. Grayscale: #808080. Windows color (decimal): -4827938 or 14570678. OLE color: 14570678.
HSL color Cylindrical-coordinate representation of color #B654DE: hue angle of 282.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B654DE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 84 | 222 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.13 |
| HSL | 282.61º | 0.68% | 0.6% | - |
| HSV(B) | 282.61º | 0.62% | 0.87% | - |
| XYZ | 35.65 | 21.56 | 71.39 | - |
| YUV | 129.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 222 | 0.18 | 0.62 | 0 | 0.13 | 282.61 | 0.68 | 0.6 |
| Hex | B6 | 54 | DE | 12 | 3E | 0 | D | 11B | 44 | 3C |
| Octal | 266 | 124 | 336 | 22 | 76 | 0 | 15 | 433 | 104 | 74 |
| Binary | 10110110 | 1010100 | 11011110 | 10010 | 111110 | 0 | 1101 | 100011011 | 1000100 | 111100 |
Color Harmonies of #B654DE
Complementary color
Monochromatic Colors of #B654DE
Black with #B654DE
Text Example
Text Example
White with #B654DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654DE; }
p { color: rgb(182,84,222); }
H1.HeaderClassName
{
color: #B654DE;
}
.AnyTagClassName
{
color: #B654DE;
}
</style>
background-color css
<style>
a { background-color: #B654DE; }
a { background-color: rgb(182,84,222); }
div.DivClassName
{
background-color: #B654DE;
}
.BgClassName
{
background-color: #B654DE;
}
</style>
border-color css
<style>
span { border-color: #B654DE; }
span { border-color: rgb(182,84,222); }
td.TdClassName
{
border-color: #B654DE;
}
.TagClassName
{
border-color: #B654DE;
}
</style>