Shades of Medium Orchid #B654EE
Tints of Medium Orchid #B654EE
RGB
CMYK
RGB Variations
Color information
#B654EE (or 0xB654EE) is known color: Medium Orchid. HEX triplet: B6, 54 and EE. RGB value is (182,84,238). Sum of RGB (Red+Green+Blue) = 182+84+238=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #B654EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654EE is #49AB11. Grayscale: #828282. Windows color (decimal): -4827922 or 15619254. OLE color: 15619254.
HSL color Cylindrical-coordinate representation of color #B654EE: hue angle of 278.18º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B654EE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 84 | 238 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.07 |
| HSL | 278.18º | 0.82% | 0.63% | - |
| HSV(B) | 278.18º | 0.65% | 0.93% | - |
| XYZ | 37.89 | 22.46 | 83.23 | - |
| YUV | 130.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 238 | 0.24 | 0.65 | 0 | 0.07 | 278.18 | 0.82 | 0.63 |
| Hex | B6 | 54 | EE | 18 | 41 | 0 | 7 | 116 | 52 | 3F |
| Octal | 266 | 124 | 356 | 30 | 101 | 0 | 7 | 426 | 122 | 77 |
| Binary | 10110110 | 1010100 | 11101110 | 11000 | 1000001 | 0 | 111 | 100010110 | 1010010 | 111111 |
Color Harmonies of #B654EE
Complementary color
Monochromatic Colors of #B654EE
Black with #B654EE
Text Example
Text Example
White with #B654EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B654EE; }
p { color: rgb(182,84,238); }
H1.HeaderClassName
{
color: #B654EE;
}
.AnyTagClassName
{
color: #B654EE;
}
</style>
background-color css
<style>
a { background-color: #B654EE; }
a { background-color: rgb(182,84,238); }
div.DivClassName
{
background-color: #B654EE;
}
.BgClassName
{
background-color: #B654EE;
}
</style>
border-color css
<style>
span { border-color: #B654EE; }
span { border-color: rgb(182,84,238); }
td.TdClassName
{
border-color: #B654EE;
}
.TagClassName
{
border-color: #B654EE;
}
</style>