Shades of Medium Orchid #B646FF
Tints of Medium Orchid #B646FF
RGB
CMYK
RGB Variations
Color information
#B646FF (or 0xB646FF) is known color: Medium Orchid. HEX triplet: B6, 46 and FF. RGB value is (182,70,255). Sum of RGB (Red+Green+Blue) = 182+70+255=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #B646FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646FF is #49B900. Grayscale: #7B7B7B. Windows color (decimal): -4831489 or 16729782. OLE color: 16729782.
HSL color Cylindrical-coordinate representation of color #B646FF: hue angle of 276.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B646FF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 70 | 255 | - |
| CMYK | 0.29 | 0.73 | 0 | 0 |
| HSL | 276.32º | 1% | 0.64% | - |
| HSV(B) | 276.32º | 0.73% | 1% | - |
| XYZ | 39.53 | 21.55 | 96.68 | - |
| YUV | 124.58 | 201.61 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 255 | 0.29 | 0.73 | 0 | 0 | 276.32 | 1 | 0.64 |
| Hex | B6 | 46 | FF | 1D | 49 | 0 | 0 | 114 | 64 | 40 |
| Octal | 266 | 106 | 377 | 35 | 111 | 0 | 0 | 424 | 144 | 100 |
| Binary | 10110110 | 1000110 | 11111111 | 11101 | 1001001 | 0 | 0 | 100010100 | 1100100 | 1000000 |
Color Harmonies of #B646FF
Complementary color
Monochromatic Colors of #B646FF
Black with #B646FF
Text Example
Text Example
White with #B646FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646FF; }
p { color: rgb(182,70,255); }
H1.HeaderClassName
{
color: #B646FF;
}
.AnyTagClassName
{
color: #B646FF;
}
</style>
background-color css
<style>
a { background-color: #B646FF; }
a { background-color: rgb(182,70,255); }
div.DivClassName
{
background-color: #B646FF;
}
.BgClassName
{
background-color: #B646FF;
}
</style>
border-color css
<style>
span { border-color: #B646FF; }
span { border-color: rgb(182,70,255); }
td.TdClassName
{
border-color: #B646FF;
}
.TagClassName
{
border-color: #B646FF;
}
</style>