Shades of Medium Orchid #B640FF
Tints of Medium Orchid #B640FF
RGB
CMYK
RGB Variations
Color information
#B640FF (or 0xB640FF) is known color: Medium Orchid. HEX triplet: B6, 40 and FF. RGB value is (182,64,255). Sum of RGB (Red+Green+Blue) = 182+64+255=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B640FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B640FF is #49BF00. Grayscale: #787878. Windows color (decimal): -4833025 or 16728246. OLE color: 16728246.
HSL color Cylindrical-coordinate representation of color #B640FF: hue angle of 277.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B640FF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 64 | 255 | - |
| CMYK | 0.29 | 0.75 | 0 | 0 |
| HSL | 277.07º | 1% | 0.63% | - |
| HSV(B) | 277.07º | 0.75% | 1% | - |
| XYZ | 39.17 | 20.83 | 96.56 | - |
| YUV | 121.06 | 203.59 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 255 | 0.29 | 0.75 | 0 | 0 | 277.07 | 1 | 0.63 |
| Hex | B6 | 40 | FF | 1D | 4B | 0 | 0 | 115 | 64 | 3F |
| Octal | 266 | 100 | 377 | 35 | 113 | 0 | 0 | 425 | 144 | 77 |
| Binary | 10110110 | 1000000 | 11111111 | 11101 | 1001011 | 0 | 0 | 100010101 | 1100100 | 111111 |
Color Harmonies of #B640FF
Complementary color
Monochromatic Colors of #B640FF
Black with #B640FF
Text Example
Text Example
White with #B640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640FF; }
p { color: rgb(182,64,255); }
H1.HeaderClassName
{
color: #B640FF;
}
.AnyTagClassName
{
color: #B640FF;
}
</style>
background-color css
<style>
a { background-color: #B640FF; }
a { background-color: rgb(182,64,255); }
div.DivClassName
{
background-color: #B640FF;
}
.BgClassName
{
background-color: #B640FF;
}
</style>
border-color css
<style>
span { border-color: #B640FF; }
span { border-color: rgb(182,64,255); }
td.TdClassName
{
border-color: #B640FF;
}
.TagClassName
{
border-color: #B640FF;
}
</style>