Shades of Medium Orchid #B649FF
Tints of Medium Orchid #B649FF
RGB
CMYK
RGB Variations
Color information
#B649FF (or 0xB649FF) is known color: Medium Orchid. HEX triplet: B6, 49 and FF. RGB value is (182,73,255). Sum of RGB (Red+Green+Blue) = 182+73+255=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #B649FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B649FF is #49B600. Grayscale: #7D7D7D. Windows color (decimal): -4830721 or 16730550. OLE color: 16730550.
HSL color Cylindrical-coordinate representation of color #B649FF: hue angle of 275.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B649FF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 73 | 255 | - |
| CMYK | 0.29 | 0.71 | 0 | 0 |
| HSL | 275.93º | 1% | 0.64% | - |
| HSV(B) | 275.93º | 0.71% | 1% | - |
| XYZ | 39.72 | 21.93 | 96.75 | - |
| YUV | 126.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 255 | 0.29 | 0.71 | 0 | 0 | 275.93 | 1 | 0.64 |
| Hex | B6 | 49 | FF | 1D | 47 | 0 | 0 | 114 | 64 | 40 |
| Octal | 266 | 111 | 377 | 35 | 107 | 0 | 0 | 424 | 144 | 100 |
| Binary | 10110110 | 1001001 | 11111111 | 11101 | 1000111 | 0 | 0 | 100010100 | 1100100 | 1000000 |
Color Harmonies of #B649FF
Complementary color
Monochromatic Colors of #B649FF
Black with #B649FF
Text Example
Text Example
White with #B649FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649FF; }
p { color: rgb(182,73,255); }
H1.HeaderClassName
{
color: #B649FF;
}
.AnyTagClassName
{
color: #B649FF;
}
</style>
background-color css
<style>
a { background-color: #B649FF; }
a { background-color: rgb(182,73,255); }
div.DivClassName
{
background-color: #B649FF;
}
.BgClassName
{
background-color: #B649FF;
}
</style>
border-color css
<style>
span { border-color: #B649FF; }
span { border-color: rgb(182,73,255); }
td.TdClassName
{
border-color: #B649FF;
}
.TagClassName
{
border-color: #B649FF;
}
</style>