Shades of Medium Orchid #B648E6
Tints of Medium Orchid #B648E6
RGB
CMYK
RGB Variations
Color information
#B648E6 (or 0xB648E6) is known color: Medium Orchid. HEX triplet: B6, 48 and E6. RGB value is (182,72,230). Sum of RGB (Red+Green+Blue) = 182+72+230=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #B648E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B648E6 is #49B719. Grayscale: #7A7A7A. Windows color (decimal): -4831002 or 15091894. OLE color: 15091894.
HSL color Cylindrical-coordinate representation of color #B648E6: hue angle of 281.77º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B648E6 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 72 | 230 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.10 |
| HSL | 281.77º | 0.76% | 0.59% | - |
| HSV(B) | 281.77º | 0.69% | 0.9% | - |
| XYZ | 35.89 | 20.29 | 76.89 | - |
| YUV | 122.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 230 | 0.21 | 0.69 | 0 | 0.10 | 281.77 | 0.76 | 0.59 |
| Hex | B6 | 48 | E6 | 15 | 45 | 0 | A | 11A | 4C | 3B |
| Octal | 266 | 110 | 346 | 25 | 105 | 0 | 12 | 432 | 114 | 73 |
| Binary | 10110110 | 1001000 | 11100110 | 10101 | 1000101 | 0 | 1010 | 100011010 | 1001100 | 111011 |
Color Harmonies of #B648E6
Complementary color
Monochromatic Colors of #B648E6
Black with #B648E6
Text Example
Text Example
White with #B648E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B648E6; }
p { color: rgb(182,72,230); }
H1.HeaderClassName
{
color: #B648E6;
}
.AnyTagClassName
{
color: #B648E6;
}
</style>
background-color css
<style>
a { background-color: #B648E6; }
a { background-color: rgb(182,72,230); }
div.DivClassName
{
background-color: #B648E6;
}
.BgClassName
{
background-color: #B648E6;
}
</style>
border-color css
<style>
span { border-color: #B648E6; }
span { border-color: rgb(182,72,230); }
td.TdClassName
{
border-color: #B648E6;
}
.TagClassName
{
border-color: #B648E6;
}
</style>