Shades of Medium Orchid #B650FF
Tints of Medium Orchid #B650FF
RGB
CMYK
RGB Variations
Color information
#B650FF (or 0xB650FF) is known color: Medium Orchid. HEX triplet: B6, 50 and FF. RGB value is (182,80,255). Sum of RGB (Red+Green+Blue) = 182+80+255=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #B650FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B650FF is #49AF00. Grayscale: #818181. Windows color (decimal): -4828929 or 16732342. OLE color: 16732342.
HSL color Cylindrical-coordinate representation of color #B650FF: hue angle of 274.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B650FF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 80 | 255 | - |
| CMYK | 0.29 | 0.69 | 0 | 0 |
| HSL | 274.97º | 1% | 0.66% | - |
| HSV(B) | 274.97º | 0.69% | 1% | - |
| XYZ | 40.21 | 22.9 | 96.91 | - |
| YUV | 130.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 255 | 0.29 | 0.69 | 0 | 0 | 274.97 | 1 | 0.66 |
| Hex | B6 | 50 | FF | 1D | 45 | 0 | 0 | 113 | 64 | 42 |
| Octal | 266 | 120 | 377 | 35 | 105 | 0 | 0 | 423 | 144 | 102 |
| Binary | 10110110 | 1010000 | 11111111 | 11101 | 1000101 | 0 | 0 | 100010011 | 1100100 | 1000010 |
Color Harmonies of #B650FF
Complementary color
Monochromatic Colors of #B650FF
Black with #B650FF
Text Example
Text Example
White with #B650FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650FF; }
p { color: rgb(182,80,255); }
H1.HeaderClassName
{
color: #B650FF;
}
.AnyTagClassName
{
color: #B650FF;
}
</style>
background-color css
<style>
a { background-color: #B650FF; }
a { background-color: rgb(182,80,255); }
div.DivClassName
{
background-color: #B650FF;
}
.BgClassName
{
background-color: #B650FF;
}
</style>
border-color css
<style>
span { border-color: #B650FF; }
span { border-color: rgb(182,80,255); }
td.TdClassName
{
border-color: #B650FF;
}
.TagClassName
{
border-color: #B650FF;
}
</style>